modules.c revision 9c27402f770d7b03b1d145214507cd05bce287c4
/* modules.c --- major modules compiled into Apache for Win32.
* Only insert an entry for a module if it must be compiled into
* the core server
*/
#define CORE_PRIVATE
#include "httpd.h"
#include "http_config.h"
extern module core_module;
extern module win32_module;
extern module mpm_winnt_module;
extern module http_module;
};
};