1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Bring back OS/2 support.

Reverses r758929 with a little bit of conflict resolution.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian Havard
2009-08-26 08:56:13 +00:00
parent 3144af1e11
commit 60fbe11de1
37 changed files with 297 additions and 55 deletions

View File

@@ -54,7 +54,7 @@
#include "http_protocol.h"
#include "ap_config.h"
#if !defined(WIN32) && !defined(NETWARE)
#if !defined(OS2) && !defined(WIN32) && !defined(NETWARE)
#include "unixd.h"
#define MOD_EXIPC_SET_MUTEX_PERMS /* XXX Apache should define something */
#endif