summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-02-06 21:56:29 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-02-06 21:56:29 +0000
commita57b56ed3d353d7e52634debe7dfb48afa824e3f (patch)
tree59aa27c78abb401827e0c9beee6103be8a7084c6
parent9804d75366b8d3bb16910be48f4b23f632ebf9fa (diff)
downloadlibapr-a57b56ed3d353d7e52634debe7dfb48afa824e3f.tar.gz
Sync'ed up the #define's with other platforms
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62922 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.hnw23
1 files changed, 18 insertions, 5 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 09e4aa6e6..e36acfdf1 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -124,9 +124,27 @@
#define APR_HAVE_SYS_TIME_H 0
#define APR_HAVE_SYS_TYPES_H 1
#define APR_HAVE_SYS_UIO_H 1
+#define APR_HAVE_SYS_UN_H 0
#define APR_HAVE_SYS_WAIT_H 0
+#define APR_HAVE_TIME_H 1
#define APR_HAVE_UNISTD_H 1
+#define APR_HAVE_SHMEM_MMAP_TMP 0
+#define APR_HAVE_SHMEM_MMAP_SHM 0
+#define APR_HAVE_SHMEM_MMAP_ZERO 0
+#define APR_HAVE_SHMEM_SHMGET_ANON 0
+#define APR_HAVE_SHMEM_SHMGET 0
+#define APR_HAVE_SHMEM_MMAP_ANON 0
+#define APR_HAVE_SHMEM_BEOS 0
+
+#define APR_USE_SHMEM_MMAP_TMP 0
+#define APR_USE_SHMEM_MMAP_SHM 0
+#define APR_USE_SHMEM_MMAP_ZERO 0
+#define APR_USE_SHMEM_SHMGET_ANON 0
+#define APR_USE_SHMEM_SHMGET 0
+#define APR_USE_SHMEM_MMAP_ANON 0
+#define APR_USE_SHMEM_BEOS 0
+
#define APR_USE_FLOCK_SERIALIZE 0
#define APR_USE_SYSVSEM_SERIALIZE 0
#define APR_USE_FCNTL_SERIALIZE 0
@@ -143,12 +161,7 @@
#define APR_PROCESS_LOCK_IS_GLOBAL 0
-#define APR_USES_ANONYMOUS_SHM 0
-#define APR_USES_FILEBASED_SHM 0
-#define APR_USES_KEYBASED_SHM 0
-
#define APR_FILE_BASED_SHM 0
-#define APR_MEM_BASED_SHM 0
#define APR_HAVE_CORKABLE_TCP 0
#define APR_HAVE_GETRLIMIT 0