You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/10/10 19:45:32 UTC

svn commit: r312696 - in /httpd/httpd/branches/1.3.x/src: include/hsregex.h regex/regex2.h

Author: jim
Date: Mon Oct 10 10:45:29 2005
New Revision: 312696

URL: http://svn.apache.org/viewcvs?rev=312696&view=rev
Log:
Make define of ap_private_extern under Darwin consistent.


Modified:
    httpd/httpd/branches/1.3.x/src/include/hsregex.h
    httpd/httpd/branches/1.3.x/src/regex/regex2.h

Modified: httpd/httpd/branches/1.3.x/src/include/hsregex.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/include/hsregex.h?rev=312696&r1=312695&r2=312696&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/src/include/hsregex.h (original)
+++ httpd/httpd/branches/1.3.x/src/include/hsregex.h Mon Oct 10 10:45:29 2005
@@ -16,7 +16,7 @@
 #endif
 #endif
 
-#if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
+#if defined(MAC_OS) || defined(MAC_OS_X_SERVER) || (defined(DARWIN) && defined(__DYNAMIC__))
 #define ap_private_extern __private_extern__
 #else
 #define ap_private_extern

Modified: httpd/httpd/branches/1.3.x/src/regex/regex2.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/regex/regex2.h?rev=312696&r1=312695&r2=312696&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/src/regex/regex2.h (original)
+++ httpd/httpd/branches/1.3.x/src/regex/regex2.h Mon Oct 10 10:45:29 2005
@@ -8,7 +8,7 @@
  = #endif
  = #endif
  =
- = #if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
+ = #if defined(MAC_OS) || defined(MAC_OS_X_SERVER) || (defined(DARWIN) && defined(__DYNAMIC__))
  = #define ap_private_extern __private_extern__
  = #else
  = #define ap_private_extern