rbb 99/07/14 04:57:47
Modified: include apr_general.h Log: Change to make all test programs work with autoconf changes. Revision Changes Path 1.23 +4 -1 apache-apr/include/apr_general.h Index: apr_general.h =================================================================== RCS file: /home/cvs/apache-apr/include/apr_general.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- apr_general.h 1999/07/13 19:51:41 1.22 +++ apr_general.h 1999/07/14 11:57:47 1.23 @@ -66,6 +66,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif +#ifdef HAVE_SIGNAL_H +#include <signal.h> +#endif #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif @@ -115,7 +118,7 @@ typedef struct context_t ap_context_t; typedef int ap_signum_t; -#if SIGHUP +#ifdef SIGHUP #define APR_SIGHUP SIGHUP #endif #ifdef SIGINT