summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-03-21 22:33:42 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-03-21 22:33:42 +0000
commitcf501dc3193cee5f6bca50a9670940a577acfeb2 (patch)
tree087cc9a0a2868029ada48aa09528b7c8f45bac2d
parent99fde2792274327a9960cab3474976b5dba79c11 (diff)
downloadlibapr-cf501dc3193cee5f6bca50a9670940a577acfeb2.tar.gz
When we install this file it shouldn't rely on the apache defined
BEOS but should use the native __BEOS__. Thrown up when trying to build PHP for apache 2! :) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61371 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index c4428953d..0b33ef0e9 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -113,7 +113,7 @@ typedef PULONG apr_os_threadkey_t;
typedef struct timeval apr_os_imp_time_t;
typedef struct tm apr_os_exp_time_t;
-#elif defined(BEOS)
+#elif defined(__BEOS__)
#include <kernel/OS.h>
struct apr_os_lock_t {