From 488778ed7605e8f2b518628e4de7e5d4e8e52452 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 18 Aug 2010 17:24:18 +0000 Subject: * 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. --- config/openaxiom-c-macros.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (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 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 header file. */ #undef HAVE_SYS_IOCTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MMAN_H + /* Define to 1 if you have the 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 -- cgit v1.2.3