> +#include "unixd.h" > + the only concern I have is this part. mod_rewrite does this
#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) #include "unixd.h" #define MOD_REWRITE_SET_MUTEX_PERMS /* XXX Apache should define something */ #endif similarly with mod_userdir, etc. so I'd say we probably need to ifdef out the include and calls to unixd_config, providing some sort of default implementation for the above platforms. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
