modules.c revision 1e83c8de3aa48b316b28057d53995272baf1260c
/* 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;
};
};