summaryrefslogtreecommitdiff
path: root/japanese/slrn/files/patch-aa
blob: ce123b8f72f4739d5322a164dff72adbb0c6cf7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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