diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-11 11:51:16 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-11 11:51:16 +0800 |
commit | 440a2643ed42f8be05450e0b00021d933f64e0b3 (patch) | |
tree | e689fda7ca76433967385e0423b84823f144b857 /include | |
parent | fa5b233767ca9d4e012839c28eb13628d2ebba63 (diff) | |
download | pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar.gz pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar.bz2 pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar.lz pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar.xz pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.tar.zst pttbbs-440a2643ed42f8be05450e0b00021d933f64e0b3.zip |
moving forward!piaip.automake
git-svn-id: http://opensvn.csie.org/pttbbs/branches/piaip.automake@3154 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/bbs.h | 2 | ||||
-rw-r--r-- | include/bbsconf.h (renamed from include/defconf.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/bbs.h b/include/bbs.h index 4931ef99..321ee425 100644 --- a/include/bbs.h +++ b/include/bbs.h @@ -38,7 +38,7 @@ #include <sys/msg.h> /* our header */ -#include "config.h" +#include "bbsconf.h" #ifdef TIMET64 typedef uint32_t time4_t; #else diff --git a/include/defconf.h b/include/bbsconf.h index 194e5dc9..194e5dc9 100644 --- a/include/defconf.h +++ b/include/bbsconf.h |