]> granicus.if.org Git - apache/commitdiff
As a debugging aid, report which version of the beos code we're using and
authorDavid Reid <dreid@apache.org>
Wed, 14 Feb 2001 13:32:45 +0000 (13:32 +0000)
committerDavid Reid <dreid@apache.org>
Wed, 14 Feb 2001 13:32:45 +0000 (13:32 +0000)
fix a typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88156 13f79535-47bb-0310-9956-ffa450edef68

os/beos/os.h

index a42ac10ebe63aeab993bf90b4a625bebd6df3fe2..078bb48bc96effd2d884b9fec822c5be50a76a89 100644 (file)
 #include "ap_config.h"
 
 #ifndef PLATFORM
-#define PLATFORM "BeOS"
+  #ifdef BONE_VERSION
+  #define PLATFORM "BeOS BONE"
+  #else
+  #define PLATFORM "BeOS R5"
+  #endif
 #endif
 
 /*
- * This file in included in all Apache source code. It contains definitions
+ * This file is included in all Apache source code. It contains definitions
  * of facilities available on _this_ operating system (HAVE_* macros),
  * and prototypes of OS specific functions defined in os.c or os-inline.c
  */