You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David Reid <dr...@jetnet.co.uk> on 2000/02/29 00:37:26 UTC

[PATCH] Show BeOS when running 1.3.12 on BeOS

BeOS currently uses the Unix code for 1.3.12.  This patch changes the server
platform to reflect that fact.

david

diff -ru apache_1.3.12/src/os/unix/os.h apache_1.3.12_beos/src/os/unix/os.h
--- apache_1.3.12/src/os/unix/os.h Thu Dec  9 19:21:55 1999
+++ apache_1.3.12_beos/src/os/unix/os.h Sun Feb 27 11:07:14 2000
@@ -61,7 +61,11 @@
 #include "ap_config.h"

 #ifndef PLATFORM
+#ifndef BEOS
 #define PLATFORM "Unix"
+#else
+#define PLATFORM "BeOS"
+#endif
 #endif

 /*