summaryrefslogtreecommitdiff
path: root/include/apr_want.h
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2002-04-30 01:25:38 +0000
committerRoy T. Fielding <fielding@apache.org>2002-04-30 01:25:38 +0000
commit23ec83bfa1d323a987c91d2946b2776a4169350d (patch)
tree2582fca13636f4f161945c77e9c97c7f5c53b115 /include/apr_want.h
parent7c0d7745b3902032a5e0dc72f3b4f87293cfe614 (diff)
downloadapr-23ec83bfa1d323a987c91d2946b2776a4169350d.tar.gz
Remove APR_WANT_SIGNAL from apr_want.h because code must include
apr_signal.h in order to get consistent definitions. In general, apr_want.h is a bad idea and should be replaced with topic-specific header files. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_want.h')
-rw-r--r--include/apr_want.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/apr_want.h b/include/apr_want.h
index 5da3d9061..5d62846b1 100644
--- a/include/apr_want.h
+++ b/include/apr_want.h
@@ -64,7 +64,6 @@
* APR_WANT_MEMFUNC: memcmp, memcpy, etc
* APR_WANT_STDIO: <stdio.h> and related bits
* APR_WANT_IOVEC: struct iovec
- * APR_WANT_SIGNAL: signal numbers, functions, and types
* APR_WANT_BYTEFUNC: htons, htonl, ntohl, ntohs
*
* Typical usage:
@@ -129,18 +128,6 @@
/* --------------------------------------------------------------------- */
-#ifdef APR_WANT_SIGNAL
-
-#if APR_HAVE_SIGNAL_H
-#include <signal.h>
-#endif
-/* ### some platforms may put this into unistd.h ?? */
-
-#undef APR_WANT_SIGNAL
-#endif
-
-/* --------------------------------------------------------------------- */
-
#ifdef APR_WANT_BYTEFUNC
/* Single Unix says they are in arpa/inet.h. Linux has them in