From d7cc951908ac7f74318a08ed7f2e64768b971f00 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 15 Aug 2010 03:40:14 +0000 Subject: * config/open-axiom.m4 (OPENAXIOM_CHECK_GCL_INCLUSION): New macro. (OPENAXIOM_LISP_FLAVOR): Likewise. (OPENAXIOM_HOST_COMPILERS): Likewise. (OPENAXIOM_GCL_HACKS): Likewise. (OPENAXIOM_SATISFY_GCL_NEEDS): Likewise. (OPENAXIOM_LISP_FLAGS): Likewise. (OPENAXIOM_FILE_EXTENSIONS): Likewise. (OPENAXIOM_FFI_TYPE_TABLE): Likewise. (OPENAXIOM_HOST_LISP_CPU_PRECISION): Likewise. (OPENAXIOM_HOST_DATA_PROPERTIES): Likewise. * configure.ac.pamphlet: Use them. --- config/openaxiom-c-macros.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/openaxiom-c-macros.h.in') diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 12124224..5b5e21e5 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -121,6 +121,9 @@ /* Extension of executable file. */ #undef OPENAXIOM_EXEEXT +/* The width of the host Lisp and CPU registers. */ +#undef OPENAXIOM_HOST_LISP_PRECISION + /* Whether to use the session manager as driver. */ #undef OPENAXIOM_USE_SMAN @@ -139,6 +142,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of `void*', as computed by sizeof. */ +#undef SIZEOF_VOIDP + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -- cgit v1.2.3