Loading os/beos/os.h +6 −2 Original line number Diff line number Diff line Loading @@ -62,11 +62,15 @@ #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 */ Loading Loading
os/beos/os.h +6 −2 Original line number Diff line number Diff line Loading @@ -62,11 +62,15 @@ #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 */ Loading