aboutsummaryrefslogtreecommitdiff
path: root/config/openaxiom-c-macros.h.in
diff options
context:
space:
mode:
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