1 *** src/slrnfeat.h.orig       Wed Oct  6 13:56:09 1999
2 --- src/slrnfeat.h    Wed Oct  6 13:56:10 1999
3 ***************
4 *** 24,31 ****
5   #define SLRN_TZ_TM_ZONE  2   /* timezone set in tm_zone of struct tm */
6   #define SLRN_TZ_TIMEZONE 3   /* timezone() */
7     /* choose one from listed above */
8 ! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME
9 ! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */
10 
11   #define SLRN_DEFAULT_TIMEZONE "JST"
12   #define SLRN_DEFAULT_CHARSET "ISO-2022-JP"
13 --- 24,31 ----
14   #define SLRN_TZ_TM_ZONE  2   /* timezone set in tm_zone of struct tm */
15   #define SLRN_TZ_TIMEZONE 3   /* timezone() */
16     /* choose one from listed above */
17 ! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */
18 ! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE
19 
20   #define SLRN_DEFAULT_TIMEZONE "JST"
21   #define SLRN_DEFAULT_CHARSET "ISO-2022-JP"
22 ***************
23 *** 230,236 ****
24   #   define SLRN_ARTICLE_FILENAME	".article"
25   #   define SLRN_FOLLOWUP_FILENAME	".followup"
26   #   define SLRN_SIGNATURE_FILE		".signature"
27 ! #   define SLRN_SENDMAIL_COMMAND	"/usr/lib/sendmail -oi -t -oem -odb"
28   #   ifndef SLRN_LIB_DIR
29   #    define SLRN_LIB_DIR		"/usr/local/lib/slrn"
30   #   endif
31 --- 230,236 ----
32   #   define SLRN_ARTICLE_FILENAME	".article"
33   #   define SLRN_FOLLOWUP_FILENAME	".followup"
34   #   define SLRN_SIGNATURE_FILE		".signature"
35 ! #   define SLRN_SENDMAIL_COMMAND	"/usr/sbin/sendmail -oi -t -oem -odb"
36   #   ifndef SLRN_LIB_DIR
37   #    define SLRN_LIB_DIR		"/usr/local/lib/slrn"
38   #   endif
39