mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
729 B
Plaintext
22 lines
729 B
Plaintext
|
*** 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
|