summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-08-08 12:54:49 +0000
committerGuenter Knauf <fuankg@apache.org>2010-08-08 12:54:49 +0000
commit0c6f7e52c18b5331670914c4a300f9efff10f3f8 (patch)
tree005c93372d48216b8c70132800a2ef01171e0c79 /include/apr.hw
parent2727dfaa768551bf955e3ea461f30af47151c4a0 (diff)
downloadapr-0c6f7e52c18b5331670914c4a300f9efff10f3f8.tar.gz
Reverted r982101 because it doesnt work.
This whole redifine of the SIG macros is bogus. Other compilers might silently ignore redines, but Watcom breaks, and for good reason. I see that these redefines cant work properly because its only a matter of the order of the headers: if signal.h is included first then these redefines in apr_private.h might win - if f.e. as with httpd - apr.h is included first then those from signal.h win. We should really use own macro definitions prefixed with APR_ to make sure that we always use same definitions. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@983409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 0b41f9b95..4534eff7f 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -132,11 +132,7 @@
#define APR_HAVE_NETINET_TCP_H 0
#define APR_HAVE_PTHREAD_H 0
#define APR_HAVE_SEMAPHORE_H 0
-#ifdef __WATCOMC__
-#define APR_HAVE_SIGNAL_H 0
-#else
#define APR_HAVE_SIGNAL_H APR_NOT_IN_WCE
-#endif
#define APR_HAVE_STDARG_H APR_NOT_IN_WCE
#define APR_HAVE_STDDEF_H APR_NOT_IN_WCE
#define APR_HAVE_STDINT_H 0