wsanchez 99/08/05 21:01:21
Modified: src/include ap_config.h
Log:
Don't need __private_extern__ when building statically.
Revision Changes Path
1.266 +1 -1 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ap_config.h 1999/08/02 10:45:31 1.265
+++ ap_config.h 1999/08/06 04:01:19 1.266
@@ -981,7 +981,7 @@
* __private_extern__.
* For other systems, make that a no-op.
*/
-#if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
+#if (defined(MAC_OS) || defined(MAC_OS_X_SERVER)) && defined(__DYNAMIC__)
#define ap_private_extern __private_extern__
#else
#define ap_private_extern