comparison src/config.in @ 109098:a17732ef349e

Define USE_LISP_UNION_TYPE using autoconf. * configure.in (--enable-use-lisp-union-type): New flag. * src/lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 02 Jul 2010 01:11:24 -0700
parents 403dcf18b5c2
children 1dc371b29285
comparison
equal deleted inserted replaced
109097:ed7496d92467 109098:a17732ef349e
930 <sys/cpustats.h>. */ 930 <sys/cpustats.h>. */
931 #undef UMAX4_3 931 #undef UMAX4_3
932 932
933 /* Define to 1 if using GTK. */ 933 /* Define to 1 if using GTK. */
934 #undef USE_GTK 934 #undef USE_GTK
935
936 /* Define this to use a lisp union for the Lisp_Object data type. */
937 #undef USE_LISP_UNION_TYPE
935 938
936 /* Define to 1 if using the Lucid X toolkit. */ 939 /* Define to 1 if using the Lucid X toolkit. */
937 #undef USE_LUCID 940 #undef USE_LUCID
938 941
939 /* Define to use mmap to allocate buffer text. */ 942 /* Define to use mmap to allocate buffer text. */