]> granicus.if.org Git - apache/commitdiff
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
authorWilfredo Sanchez <wsanchez@apache.org>
Sat, 4 Dec 1999 02:56:18 +0000 (02:56 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Sat, 4 Dec 1999 02:56:18 +0000 (02:56 +0000)
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

include/ap_config.h

index 39123af0c2d8e35df24b459a6964232b6235b7f3..37e37ea2d3c2e160ec8305a03e6ee708c5fa5ec2 100644 (file)
@@ -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