summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-07-02 18:54:05 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-07-02 18:54:05 +0000
commit1295f9d6adc74a8596831b04057b26ca26c8c233 (patch)
treedeb5147edce51260e94aa59d98fa28cda98e4f47 /acconfig.h
parentec4056ea3269c485e08a91d20641e5eccd255acd (diff)
downloadlibapr-1295f9d6adc74a8596831b04057b26ca26c8c233.tar.gz
tighten up the checking for sysV semaphore support...
Darwin didn't have full support but it did have semget() and semctl(), resulting in a build error... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b238713b5..f9318b233 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,6 +6,7 @@
/* Various #defines we need to know about */
#undef HAVE_LOCK_EX
#undef HAVE_F_SETLK
+#undef HAVE_SEM_UNDO
#undef HAVE_CODESET
#undef HAVE_PTHREAD_PROCESS_SHARED
#undef DEV_RANDOM