From 4f135b4d60e751c40cc37d8ad827e44a2c6ac11b Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 6 Dec 1999 15:47:45 +0000 Subject: Cleanup some mistakes I made. We are now configuring the APR_HAS_FOO macros in a cleaner way IMO, and that required that we always use #if instead of #ifdef. I also used the wrong #if HAVE_SIGNAL_H macro in apr_pools.c. Submitted by: David Reid git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59505 13f79535-47bb-0310-9956-ffa450edef68 --- acconfig.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 605fa464d..99e37a587 100644 --- a/acconfig.h +++ b/acconfig.h @@ -45,8 +45,6 @@ #undef USEBCOPY #undef SIZEOF_SSIZE_T -#undef APR_HAS_THREADS -#undef APR_HAS_SENDFILE @BOTTOM@ -- cgit v1.2.1