Automatically define LINUX, ifdef __linux__
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
#define NETWORK /* if running on a networked system */
|
||||
/* e.g. Suns sharing a playground through NFS */
|
||||
/* #define SUNOS4 */ /* SunOS 4.x */
|
||||
/* #define LINUX */ /* Another Unix clone */
|
||||
#ifdef __linux__
|
||||
#define LINUX /* Another Unix clone */
|
||||
#endif
|
||||
/* #define CYGWIN32 */ /* Unix on Win32 -- use with case sensitive defines */
|
||||
/* #define GENIX */ /* Yet Another Unix Clone */
|
||||
/* #define HISX */ /* Bull Unix for XPS Machines */
|
||||
|
||||
Reference in New Issue
Block a user