summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-26 22:23:44 +0000
committerJeff Trawick <trawick@apache.org>2009-03-26 22:23:44 +0000
commit2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d (patch)
treedc99c0f3fef955e73d57b2efa8e34d49cd9dab75 /modules/examples
parent6ff862b04087b2dd61227e10466a5089560e6521 (diff)
downloadhttpd-2f9b9fdd7099d9293824f82f7b4c987b6fd0ef6d.tar.gz
remove BeOS OS support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/mod_example_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/mod_example_ipc.c b/modules/examples/mod_example_ipc.c
index cf5353f6fc..ea1d3830c0 100644
--- a/modules/examples/mod_example_ipc.c
+++ b/modules/examples/mod_example_ipc.c
@@ -54,7 +54,7 @@
#include "http_protocol.h"
#include "ap_config.h"
-#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
+#if !defined(OS2) && !defined(WIN32) && !defined(NETWARE)
#include "unixd.h"
#define MOD_EXIPC_SET_MUTEX_PERMS /* XXX Apache should define something */
#endif