From: Wilfredo Sanchez Date: Sat, 4 Dec 1999 02:56:18 +0000 (+0000) Subject: Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the X-Git-Tag: 1.3.10~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95c3a48df802e4d40bb8710b1c865018a38d02ee;p=apache 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 OpenStep's dyld needs it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_config.h b/include/ap_config.h index 39123af0c2..37e37ea2d3 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -432,9 +432,6 @@ typedef int pid_t; #define PLATFORM "Mac OS" #endif #define HAVE_DYLD -#ifdef MAC_OS_X_SERVER -#define DYLD_CANT_UNLOAD -#endif /* MAC_OS_X_SERVER */ #define HAVE_GMTOFF #define HAVE_MMAP #define USE_MMAP_FILES