3 * This file is part of httpd.
5 * 02/26/1996 Michael Temari <Michael@TemWare.Com>
6 * 07/07/1996 Initial Release Michael Temari <Michael@TemWare.Com>
7 * 12/29/2002 Michael Temari <Michael@TemWare.Com>
8 * 07/04/2003 Al Woodhull <awoodhull@hampshire.edu>
9 * 02/08/2005 Michael Temari <Michael@TemWare.Com>
13 #define VERSION "Minix httpd 0.994"
17 struct authuser
*next
;
25 struct authuser
*users
;
66 #define URLA_HEADERS 8
68 #define HTTPD_CONFIG_FILE "/etc/httpd.conf"
70 _PROTOTYPE(int readconfig
, (char *cfg_file
, int testing
));
72 extern struct mtype
*mtype
;
73 extern struct msufx
*msufx
;
74 extern struct vhost
*vhost
;
75 extern struct vpath
*vpath
;
76 extern struct dirsend
*dirsend
;
77 extern struct auth
*auth
;
78 extern struct auth
*proxyauth
;
80 extern char *srvrroot
;