]> granicus.if.org Git - apache/commitdiff
Fixed :)
authorJim Jagielski <jim@apache.org>
Mon, 9 Feb 2009 19:13:25 +0000 (19:13 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 9 Feb 2009 19:13:25 +0000 (19:13 +0000)
CORE_PRIVATE not in trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@742682 13f79535-47bb-0310-9956-ffa450edef68

modules/test/mod_dialup.c

index 405bc0a061f6002719871a8d5ed149e7031c7f2d..85059e21b5e15d915fe722efd6904180f20078fb 100644 (file)
@@ -17,8 +17,6 @@
 
 
 #include "httpd.h"
-/* to detect sendfile enabled, we need CORE_PRIVATE. Someone should fix this. */
-#define CORE_PRIVATE
 #include "http_core.h"
 
 #include "util_filter.h"