Author: jfrederic.clere(a)jboss.com
Date: 2008-04-07 05:11:13 -0400 (Mon, 07 Apr 2008)
New Revision: 1523
Modified:
sandbox/httpd/src/native/mod_manager/mod_manager.c
sandbox/httpd/src/native/mod_proxy_cluster/mod_proxy_cluster.c
Log:
Remove useless defines.
Modified: sandbox/httpd/src/native/mod_manager/mod_manager.c
===================================================================
--- sandbox/httpd/src/native/mod_manager/mod_manager.c 2008-04-07 07:41:55 UTC (rev 1522)
+++ sandbox/httpd/src/native/mod_manager/mod_manager.c 2008-04-07 09:11:13 UTC (rev 1523)
@@ -15,8 +15,6 @@
#include "apr_strings.h"
#include "apr_lib.h"
-#define CORE_PRIVATE
-
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
Modified: sandbox/httpd/src/native/mod_proxy_cluster/mod_proxy_cluster.c
===================================================================
--- sandbox/httpd/src/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-04-07 07:41:55 UTC
(rev 1522)
+++ sandbox/httpd/src/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-04-07 09:11:13 UTC
(rev 1523)
@@ -27,8 +27,6 @@
#include "apr_strings.h"
-#define CORE_PRIVATE
-
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
Show replies by date