> Submitted by: Sascha Schumann <[EMAIL PROTECTED]>
> Reviewed by:Rasmus Lerdorf
>
> - INADDR_NONE is not defined. Supply a replacement
> - APACHE_MODULE() used a non-portable shell construct
> - inet_addr() needs -lnsl -lsocket. Neccessary checks added
rasmus 99/12/24 10:40:27
Modified:src acinclude.m4 configure.in
src/include ap_config.h
Log:
Submitted by: Sascha Schumann <[EMAIL PROTECTED]>
Reviewed by: Rasmus Lerdorf
- INADDR_NONE is not defined. Supply a replacement
- APACHE_MODULE() u
wsanchez99/12/03 18:56:19
Modified:src/include ap_config.h
Log:
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
current version (and the patched older version) doesn't need this any
more. We don't want to delete the code from unix/os.c, however,
because