summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsconf.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-01-30 14:17:12 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-01-30 14:17:12 +0800
commit4617eab09ea42b678c3d6d18c635a0dda3d6ed5a (patch)
tree6e8d0207d1cedf8032ccb94159e50695388eabe7 /innbbsd/innbbsconf.h
parentea44e808f2c7b77c8c92182aef1bd46e90baac23 (diff)
downloadpttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar.gz
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar.bz2
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar.lz
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar.xz
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.tar.zst
pttbbs-4617eab09ea42b678c3d6d18c635a0dda3d6ed5a.zip
Use functions from common library.
Reorder extern.h git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4431 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/innbbsconf.h')
-rw-r--r--innbbsd/innbbsconf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/innbbsd/innbbsconf.h b/innbbsd/innbbsconf.h
index dcdc5f21..c24eb309 100644
--- a/innbbsd/innbbsconf.h
+++ b/innbbsd/innbbsconf.h
@@ -17,9 +17,6 @@
#include <ctype.h>
#include <errno.h>
#include <time.h>
-#ifndef BSD44
-#include <malloc.h>
-#endif
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/file.h>
@@ -125,12 +122,6 @@
* ARG(x) () # endif # endif
*/
/* machine dependend */
-#if defined(__linux)
-#ifndef LINUX
-#define LINUX
-#endif
-#endif
-
#if !defined(__svr4__) || defined(sun)
#define WITH_TM_GMTOFF
#endif