rse 98/11/19 08:41:16
Modified: src/support apxs.pl Log: Bring the `apxs -g -n foo' generated mod_foo.c in sync with current state of include files. Revision Changes Path 1.12 +2 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl =================================================================== RCS file: /export/home/cvs/apache-1.3/src/support/apxs.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- apxs.pl 1998/10/28 15:01:17 1.11 +++ apxs.pl 1998/11/19 16:41:12 1.12 @@ -568,7 +568,8 @@ #include "httpd.h" #include "http_config.h" -#include "conf.h" +#include "http_protocol.h" +#include "ap_config.h" /* The sample content handler */ static int %NAME%_handler(request_rec *r)