summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-10 20:23:11 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-10 20:23:11 +0800
commitda6382afa9cc31ed70b028839f8188953a061a9c (patch)
treed29c8ace07e370d3603a3ebec7f69b77204924fb /include/bbs.h
parent4ae3573244046eba0fc162f108738dce1f7299f4 (diff)
downloadpttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar.gz
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar.bz2
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar.lz
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar.xz
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.tar.zst
pttbbs-da6382afa9cc31ed70b028839f8188953a061a9c.zip
replace FreeBSD macro with __FreeBSD__
replace Linux macro with __linux__ replace make with $(MAKE) OSTYPE in cmdline doesn't need anymore git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1091 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bbs.h b/include/bbs.h
index e119265d..71a3332f 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -35,15 +35,15 @@
#include <sys/msg.h>
/* os dependant include file, define */
-#ifdef FreeBSD
- #ifdef FreeBSD5
+#ifdef __FreeBSD__
+ #if __FreeBSD__ >=5
#include <sys/limits.h>
#else
#include <machine/limits.h>
#endif
#include <machine/param.h>
#endif
-#ifdef Linux
+#ifdef __linux__
#include <sys/param.h>
#include <limits.h>
#include <sys/file.h> // for flock()