diff options
Diffstat (limited to 'japanese/slrn/files/patch-ac')
-rw-r--r-- | japanese/slrn/files/patch-ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/slrn/files/patch-ac b/japanese/slrn/files/patch-ac new file mode 100644 index 000000000000..08a6e8bb0bf5 --- /dev/null +++ b/japanese/slrn/files/patch-ac @@ -0,0 +1,21 @@ +*** src/slrnfeat.h.orig Sun Apr 18 21:51:20 1999 +--- src/slrnfeat.h Sun Apr 18 22:05:53 1999 +*************** +*** 215,222 **** + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ +! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME +! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */ + #ifndef SLRNPULL_CODE + #define KANJI + #endif +--- 215,222 ---- + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ +! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */ +! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE + #ifndef SLRNPULL_CODE + #define KANJI + #endif |