Submitted by: John Sterling <sterling@covalent.net
Reviewed by: rbb, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86796
13f79535-47bb-0310-9956-
ffa450edef68
* effect the server based on command line options */
extern AP_DECLARE_DATA apr_array_header_t *ap_server_config_defines;
+#ifndef WIN32 /* A -feature- (?) macro is needed here */
extern void *ap_ugly_hack;
+#endif
#ifdef __cplusplus
}
apr_initialize();
+#ifndef WIN32 /* A -feature- (?) macro is needed here */
/* This ugly little hack pulls any function referenced in exports.c into
* the web server. exports.c is generated by buildconf, and it
* has all of the apr functions specified by httpd.exp.
*/
ap_ugly_hack = apr_initialize;
+#endif
process = create_process(argc, argv);
pglobal = process->pool;