summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authormartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2003-05-28 13:25:35 +0000
committermartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2003-05-28 13:25:35 +0000
commit877c4e6bdc8b573afa4124e1f1e559bef9aee8b8 (patch)
treeb5c6ee56f0fccba94c6a2e74ce1c7ae7c1774ec9 /build/apr_hints.m4
parent4e398360a26d1651bbfcc12bbca42beec6a5937a (diff)
downloadlibapr-877c4e6bdc8b573afa4124e1f1e559bef9aee8b8.tar.gz
BS2000 needs an extra #define _KMEMUSER for <sys/shm.h>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 6747dc6f6..b4b4b4163 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -228,7 +228,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
bs2000*-siemens-sysv*)
APR_SETIFNULL(CFLAGS, [-O])
- APR_ADDTO(CPPFLAGS, [-DSVR4 -D_XPG_IV])
+ APR_ADDTO(CPPFLAGS, [-DSVR4 -D_XPG_IV -D_KMEMUSER])
APR_ADDTO(LIBS, [-lsocket])
APR_SETIFNULL(enable_threads, [no])
;;