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

cvs commit: apache-1.3/src/os/unix os.h

wsanchez    99/05/03 16:03:46

  Modified:    src/os/unix os.h
  Log:
  On Mac OS, say "Mac OS", not "Unix".
  
  Revision  Changes    Path
  1.40      +4 -0      apache-1.3/src/os/unix/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/unix/os.h,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- os.h	1999/05/02 14:01:03	1.39
  +++ os.h	1999/05/03 23:03:45	1.40
  @@ -60,7 +60,11 @@
   
   #include "ap_config.h"
   
  +#ifdef MAC_OS
  +#define PLATFORM "Mac OS"
  +#else
   #define PLATFORM "Unix"
  +#endif
   
   /*
    * This file in included in all Apache source code. It contains definitions