summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-13 15:57:28 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-13 15:57:28 +0000
commitb7038a69da920cd216a39c1335c9826f0fd716da (patch)
tree0016cc7cfe8d8af38627d1a91b803ba473dad9dc /acconfig.h
parent8fb21d21cdc22b811e9cad1e4947992fb01a5acd (diff)
downloadlibapr-b7038a69da920cd216a39c1335c9826f0fd716da.tar.gz
Allow buildconf to work again. Basiaclly #undef HAVE_BONE_VERSION so that
autoconf knows what to do with the AC_DEFINE for it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60193 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 1403c40a3..cbf02b8cc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -55,6 +55,9 @@
#undef HAVE_MM_SHMT_MMFILE
+/* BeOS specific flag */
+#undef HAVE_BONE_VERSION
+
@BOTTOM@
/* Make sure we have ssize_t defined to be something */