--- mod_auth_shadow-1.3/mod_auth_shadow.c.orig Tue Nov 7 18:46:08 2000 +++ mod_auth_shadow-1.3/mod_auth_shadow.c Wed May 14 21:55:36 2003 @@ -31,15 +31,11 @@ static char* module_name = "mod_auth_shadow"; -#ifndef INSTBINDIR -<><><><><><>Crash and burn<><><><><> -(This should be defined in the makefile, - as the location of the 'validate' executable.) -#endif - /* do not accept empty "" strings */ #define strtrue(s) (s && *s) +#define INSTBINDIR "/usr/sbin" + /* * configure like so: *