modules.c revision 7b3590ada24130fe5d52ce7fbf98177e3d121a4c
e34d87a16d31f5820b509b2838582520921c2cd7nd/* modules.c --- major modules compiled into Apache for Win32.
e34d87a16d31f5820b509b2838582520921c2cd7nd * Only insert an entry for a module if it must be compiled into
e34d87a16d31f5820b509b2838582520921c2cd7nd * the core server
031b91a62d25106ae69d4693475c79618dd5e884fielding//extern module so_module;
e34d87a16d31f5820b509b2838582520921c2cd7nd//extern module includes_module;
e34d87a16d31f5820b509b2838582520921c2cd7nd//extern module cgi_module;
e34d87a16d31f5820b509b2838582520921c2cd7nd//extern module isapi_module;
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin// &so_module,
e34d87a16d31f5820b509b2838582520921c2cd7nd// &includes_module,
e34d87a16d31f5820b509b2838582520921c2cd7nd// &cgi_module,
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin// &isapi_module,
e34d87a16d31f5820b509b2838582520921c2cd7nd// &so_module,
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin// &includes_module,
5876f43a746f688a32b7201bced8591ddf19bd43minfrin// &cgi_module,
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin// &isapi_module,