You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@hyperreal.org on 1999/08/28 05:03:35 UTC

cvs commit: apache-2.0/src/regex regex2.h

fielding    99/08/27 20:03:35

  Modified:    src/include hsregex.h
               src/lib/apr/include hsregex.h
               src/regex regex2.h
  Log:
  Change
      defined(RHAPSODY)
  to
      defined(MAC_OS) || defined(MAC_OS_X_SERVER)
  to match the rest of the server.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/include/hsregex.h
  
  Index: hsregex.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/hsregex.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- hsregex.h	1999/08/26 07:21:43	1.2
  +++ hsregex.h	1999/08/28 03:03:32	1.3
  @@ -16,7 +16,7 @@
   #endif
   #endif
   
  -#if defined(RHAPSODY)
  +#if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
   #define ap_private_extern __private_extern__
   #else
   #define ap_private_extern
  
  
  
  1.2       +1 -1      apache-2.0/src/lib/apr/include/hsregex.h
  
  Index: hsregex.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/hsregex.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hsregex.h	1999/08/17 15:59:53	1.1
  +++ hsregex.h	1999/08/28 03:03:34	1.2
  @@ -16,7 +16,7 @@
   #endif
   #endif
   
  -#if defined(RHAPSODY)
  +#if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
   #define ap_private_extern __private_extern__
   #else
   #define ap_private_extern
  
  
  
  1.9       +1 -1      apache-2.0/src/regex/regex2.h
  
  Index: regex2.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/regex/regex2.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- regex2.h	1998/10/19 02:16:28	1.8
  +++ regex2.h	1999/08/28 03:03:34	1.9
  @@ -8,7 +8,7 @@
    = #endif
    = #endif
    =
  - = #if defined(RHAPSODY)
  + = #if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
    = #define ap_private_extern __private_extern__
    = #else
    = #define ap_private_extern