summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-13 16:26:26 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-13 16:26:26 +0000
commitd8d208966fff3221ebf9e4f4d1ff7d1a3acaee64 (patch)
tree01d9a096e1bf2bfa0927b67c46b8cfe27a6b1f52 /acconfig.h
parentb7038a69da920cd216a39c1335c9826f0fd716da (diff)
downloadlibapr-d8d208966fff3221ebf9e4f4d1ff7d1a3acaee64.tar.gz
Next part of adding support for BONE. Basically this sets up defines that
we can use to know what level of support BeOS has available. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60194 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index cbf02b8cc..bf3bee3f9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -71,4 +71,11 @@
typedef int socklen_t;
#endif
+/* switch this on if we have a BeOS version below BONE */
+#if BEOS && !HAVE_BONE_VERSION
+#define BEOS_R5 1
+#else
+#define BEOS_BONE 1
+#endif
+
#endif /* APR_PRIVATE_H */