aboutsummaryrefslogtreecommitdiff
path: root/config/openaxiom-c-macros.h.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-18 17:24:18 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-18 17:24:18 +0000
commit488778ed7605e8f2b518628e4de7e5d4e8e52452 (patch)
tree47615a96e8663f6a76e37b60380b313c9a529d33 /config/openaxiom-c-macros.h.in
parentb3ba7224176ee0a487da3221693d2b15bb7c8d3a (diff)
downloadopen-axiom-488778ed7605e8f2b518628e4de7e5d4e8e52452.tar.gz
* config/open-axiom.m4 (OPENAXIOM_CPPFLAGS_FOR_VENDOR_LOCK_INS):
New. Abstract over vendor lock-ins CPP flags. (OPENAXIOM_CHECK_MM): Check for file mapping capability.
Diffstat (limited to 'config/openaxiom-c-macros.h.in')
-rw-r--r--config/openaxiom-c-macros.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in
index 5b5e21e5..df10e836 100644
--- a/config/openaxiom-c-macros.h.in
+++ b/config/openaxiom-c-macros.h.in
@@ -84,6 +84,9 @@
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@@ -124,6 +127,9 @@
/* The width of the host Lisp and CPU registers. */
#undef OPENAXIOM_HOST_LISP_PRECISION
+/* mmap anonymous flag */
+#undef OPENAXIOM_MM_ANONYMOUS_MAP_FLAG
+
/* Whether to use the session manager as driver. */
#undef OPENAXIOM_USE_SMAN
@@ -148,9 +154,6 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* SunOS flavour */
-#undef SUNplatform
-
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD