diff 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
line wrap: on
line diff
--- a/src/config.in	Fri Jul 02 00:05:09 2010 -0700
+++ b/src/config.in	Fri Jul 02 01:11:24 2010 -0700
@@ -933,6 +933,9 @@
 /* Define to 1 if using GTK. */
 #undef USE_GTK
 
+/* Define this to use a lisp union for the Lisp_Object data type. */
+#undef USE_LISP_UNION_TYPE
+
 /* Define to 1 if using the Lucid X toolkit. */
 #undef USE_LUCID