I assume that this is just a typo.  However, I have no way to test it. 
But it seems it wasn't tested as well as you might hope before it was
committed.

Greg

---------------------------------------------------------------------------

Index: srclib/apr/include//apr_portable.h
===================================================================
RCS file: /cvs/apache/apr/include/apr_portable.h,v
retrieving revision 1.65
diff -u -d -b -r1.65 apr_portable.h
--- apr_portable.h      2001/08/02 20:44:43     1.65
+++ apr_portable.h      2001/08/06 19:36:49
@@ -192,7 +192,7 @@
 #if defined(HPUX) || defined(HPUX10) || defined(HPUX11)
 #include <dl.h>
 typedef shl_t                 apr_os_dso_handle_t;
-#elif defined(DRAWIN)
+#elif defined(DARWIN)
 typedef NSModule              apr_os_dso_handle_t;
 #else
 typedef void *                apr_os_dso_handle_t;

Reply via email to