diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
commit | f9d86cf02fe33bf6a8478d6bdcb7706d5cb877db (patch) | |
tree | 5d781dec4969d87592bb624042524bed70a0ed2d /japanese/slrn/files/patch-src_slrnfeat.h | |
parent | - Update to 2.0.28 (diff) |
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
Diffstat (limited to 'japanese/slrn/files/patch-src_slrnfeat.h')
-rw-r--r-- | japanese/slrn/files/patch-src_slrnfeat.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/japanese/slrn/files/patch-src_slrnfeat.h b/japanese/slrn/files/patch-src_slrnfeat.h new file mode 100644 index 000000000000..ce123b8f72f4 --- /dev/null +++ b/japanese/slrn/files/patch-src_slrnfeat.h @@ -0,0 +1,38 @@ +*** src/slrnfeat.h.orig Wed Oct 6 13:56:09 1999 +--- src/slrnfeat.h Wed Oct 6 13:56:10 1999 +*************** +*** 24,31 **** + #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 */ + + #define SLRN_DEFAULT_TIMEZONE "JST" + #define SLRN_DEFAULT_CHARSET "ISO-2022-JP" +--- 24,31 ---- + #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 + + #define SLRN_DEFAULT_TIMEZONE "JST" + #define SLRN_DEFAULT_CHARSET "ISO-2022-JP" +*************** +*** 230,236 **** + # define SLRN_ARTICLE_FILENAME ".article" + # define SLRN_FOLLOWUP_FILENAME ".followup" + # define SLRN_SIGNATURE_FILE ".signature" +! # define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb" + # ifndef SLRN_LIB_DIR + # define SLRN_LIB_DIR "/usr/local/lib/slrn" + # endif +--- 230,236 ---- + # define SLRN_ARTICLE_FILENAME ".article" + # define SLRN_FOLLOWUP_FILENAME ".followup" + # define SLRN_SIGNATURE_FILE ".signature" +! # define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb" + # ifndef SLRN_LIB_DIR + # define SLRN_LIB_DIR "/usr/local/lib/slrn" + # endif |