summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-12-07 11:37:08 +0000
committerGreg Stein <gstein@apache.org>2000-12-07 11:37:08 +0000
commitb5de155f2a715a72d58a5fee06df5f840a09b858 (patch)
tree171d732534ad0784880b547457651e44843f4fdc /include/http_main.h
parente5b579b93bd9efd98a17e3fa3592ff44c90a155e (diff)
downloadhttpd-b5de155f2a715a72d58a5fee06df5f840a09b858.tar.gz
*) fix up buildexports.sh:
- enable it to be run from any dir by passing a parameter for the location of srclib, and using its own location for determining where the AWK script is located - accept exports files on STDIN, and produce output on STDOUT - use "pwd" and cd back to it, rather than assuming ../../.. (which might not apply if we feed it other export files) - add USAGE reporting *) generate exports.c during normal build of "server" rather than during the buildconf stage. update invocation to match above changes *) revamp the ap_ugly_hack referencing in main.c: put it at the bottom of the file with the other, similar references, and style it similarly. *) remove the ap_ugly_hack declaration from http_main.h; it is internal to the "server" code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/http_main.h b/include/http_main.h
index 16eaa2482e..ce07f4914d 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -89,10 +89,6 @@ extern AP_DECLARE_DATA apr_array_header_t *ap_server_post_read_config;
* effect the server based on command line options */
extern AP_DECLARE_DATA apr_array_header_t *ap_server_config_defines;
-#ifdef AP_USING_AUTOCONF
-extern void *ap_ugly_hack;
-#endif
-
#ifdef __cplusplus
}
#endif