mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
arch_def.h: Added GNU/Hurd defs.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@692 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
23ca031b56
commit
6984b15fdb
2 changed files with 2 additions and 3 deletions
|
@ -99,7 +99,7 @@
|
|||
defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||||
defined(__hpux) || defined(__hpux__) || defined(_hpux) || \
|
||||
defined(__sun) || defined(sun) || defined(__IRIX__) || \
|
||||
defined(__QNX__)
|
||||
defined(__GNU__) /* GNU/Hurd */ || defined(__QNX__)
|
||||
# if !defined(PLATFORM_UNIX)
|
||||
# define PLATFORM_UNIX 1
|
||||
# endif
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/*
|
||||
* net_sys.h
|
||||
* common network system header
|
||||
* net_sys.h -- common network system header.
|
||||
* - depends on arch_def.h
|
||||
* - may depend on q_stdinc.h
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue