summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-20 02:01:39 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-20 02:01:39 +0800
commitbf69bb42e4e80379c0e46ed1257889622c058f82 (patch)
tree15e6b71eaa03c68a2fd374f6518abe668a42b752
parenta1949fa27a614a7ea7fcac0375b32b9f091c23fc (diff)
downloadpttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar.gz
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar.bz2
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar.lz
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar.xz
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.tar.zst
pttbbs-bf69bb42e4e80379c0e46ed1257889622c058f82.zip
remove MULTI_SERVER
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@421 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/pttstruct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index a6e71118..56d262e6 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/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 {