summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-07-02 18:54:05 +0000
committerJeff Trawick <trawick@apache.org>2001-07-02 18:54:05 +0000
commit691d50845ff1e9a8463b75c014f9e98e45f3cc14 (patch)
treedeb5147edce51260e94aa59d98fa28cda98e4f47 /acconfig.h
parentac508074a624f532b63472813c024604e6f77aca (diff)
downloadapr-691d50845ff1e9a8463b75c014f9e98e45f3cc14.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: https://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