From 271bcfc4e7d98aafb59b6e67399244f635ee74e8 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 8 Jan 2004 07:54:00 +0000 Subject: indent -i4 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1473 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/his.h | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) (limited to 'innbbsd/his.h') diff --git a/innbbsd/his.h b/innbbsd/his.h index f54efc01..fab0f76e 100644 --- a/innbbsd/his.h +++ b/innbbsd/his.h @@ -11,48 +11,45 @@ #include "dbz.h" #ifndef XINDEXDIR -# define XINDEXDIR "/homec/xindex" +#define XINDEXDIR "/homec/xindex" #endif #ifndef _PATH_HISTORY -# define _PATH_HISTORY "/u/staff/bbsroot/csie_util/bntpd/history" +#define _PATH_HISTORY "/u/staff/bbsroot/csie_util/bntpd/history" #endif #ifndef _PATH_COVERVIEW -# define _PATH_COVERVIEW ".coverview" +#define _PATH_COVERVIEW ".coverview" #endif #ifndef _PATH_COVERVIEWDIR -# define _PATH_COVERVIEWDIR "/homec/xindex" +#define _PATH_COVERVIEWDIR "/homec/xindex" #endif #ifndef XINDEX_DBZINCORE -# define XINDEX_DBZINCORE 1 +#define XINDEX_DBZINCORE 1 #endif #ifndef XINDEXNAME -# define XINDEXNAME ".index" +#define XINDEXNAME ".index" #endif #ifndef XINDEXDBM -# define XINDEXDBM ".dbm" +#define XINDEXDBM ".dbm" #endif #ifndef XINDEXINFO -# define XINDEXINFO ".info" +#define XINDEXINFO ".info" #endif #define LEN 1024 struct t_article { - long artnum; - char subject[LEN]; /* Subject: line from mail header */ - char from[LEN]; /* From: line from mail header (address) - */ - char name[LEN]; /* From: line from mail header (full nam -e) */ - long date; /* Date: line from header in seconds */ - char xref[LEN]; /* Xref: cross posted article reference -line */ - int lines; /* Lines: number of lines in article */ - char *archive; /* Archive-name: line from mail header */ - char *part; /* part no. of archive */ - char *patch; /* patch no. of archive */ + long artnum; + char subject[LEN]; /* Subject: line from mail header */ + char from[LEN]; /* From: line from mail header (address) */ + char name[LEN]; /* From: line from mail header (full nam e) */ + long date; /* Date: line from header in seconds */ + char xref[LEN]; /* Xref: cross posted article reference line */ + int lines; /* Lines: number of lines in article */ + char *archive; /* Archive-name: line from mail header */ + char *part; /* part no. of archive */ + char *patch; /* patch no. of archive */ }; typedef struct t_article art_t; @@ -61,12 +58,12 @@ typedef struct t_article art_t; #define HIS_FIELDSEP '\t' #define HIS_NOEXP "-" #define HIS_SUBFIELDSEP '~' -/*#define HIS_FIELDSEP2 '\034'*/ +/* #define HIS_FIELDSEP2 '\034' */ #define HIS_FIELDSEP2 'I' #ifndef TRUE -# define TRUE 1 -# define FALSE 0 +#define TRUE 1 +#define FALSE 0 #endif #ifndef BOOL @@ -74,7 +71,7 @@ typedef unsigned char BOOL; #endif #ifndef ICD_SYNC_COUNT -# define ICD_SYNC_COUNT 1 +#define ICD_SYNC_COUNT 1 #endif #endif -- cgit v1.2.3