From 40f6961fff934d6a7422fe2333abb33436f7196b Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 12 Oct 2007 23:27:47 +0000 Subject: * OpenBSD support (Toni Spets ) git-svn-id: svn://svn.icculus.org/quake3/trunk@1196 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/q_platform.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'code/qcommon') diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h index 4468904..91a4c68 100644 --- a/code/qcommon/q_platform.h +++ b/code/qcommon/q_platform.h @@ -192,6 +192,30 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif +//=============================================================== OpenBSD === + +#ifdef __OpenBSD__ + +#include + +#define OS_STRING "openbsd" +#define ID_INLINE inline +#define PATH_SEP '/' + +#ifdef __i386__ +#define ARCH_STRING "i386" +#endif + +#if BYTE_ORDER == BIG_ENDIAN +#define Q3_BIG_ENDIAN +#else +#define Q3_LITTLE_ENDIAN +#endif + +#define DLL_EXT ".so" + +#endif + //================================================================ NetBSD === // This is very much like the FreeBSD one and can probably be merged -- cgit v1.2.3