aboutsummaryrefslogtreecommitdiff
path: root/config/openaxiom-c-macros.h.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-15 03:40:14 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-15 03:40:14 +0000
commitd7cc951908ac7f74318a08ed7f2e64768b971f00 (patch)
tree5b427a39b32c3b29d587125a6b644b1a37f53d12 /config/openaxiom-c-macros.h.in
parentea22245339a124d049a29bfd53ed9d07feba45da (diff)
downloadopen-axiom-d7cc951908ac7f74318a08ed7f2e64768b971f00.tar.gz
* 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.
Diffstat (limited to 'config/openaxiom-c-macros.h.in')
-rw-r--r--config/openaxiom-c-macros.h.in6
1 files changed, 6 insertions, 0 deletions
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