diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-20 02:01:39 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-20 02:01:39 +0800 |
commit | e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9 (patch) | |
tree | 907c1dcc2c736c9a625645ba6e097cf8fa969839 /include | |
parent | 8f3db00034e5e10ef6188e6650f6633391cca751 (diff) | |
download | pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar.gz pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar.bz2 pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar.lz pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar.xz pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.tar.zst pttbbs-e07ba00e65e44dfc50b86fc2ead8f9f06fae6ff9.zip |
remove MULTI_SERVER
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@421 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index a6e71118..56d262e6 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.24 2002/07/05 17:10:23 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.25 2002/07/19 18:01:39 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -246,9 +246,6 @@ typedef struct userinfo_t { int sex; char color; char mind[4]; -#ifdef MULTI_SERVER - char hostid; -#endif } userinfo_t; typedef struct water_t { |