wsanchez    99/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 OpenStep's dyld needs it.
  
  Revision  Changes    Path
  1.13      +0 -3      apache-2.0/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_config.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ap_config.h       1999/12/01 01:16:05     1.12
  +++ ap_config.h       1999/12/04 02:56:18     1.13
  @@ -432,9 +432,6 @@
   #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
  
  
  

Reply via email to