mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8927496d36
A japanese newsreader based on S-Lang. PR: 7207 Submitted by: Takashi Mega <mega@rodan.misc.hit-u.ac.jp>
22 lines
739 B
Plaintext
22 lines
739 B
Plaintext
*** src/slrnfeat.h.orig Fri Jun 26 17:49:39 1998
|
|
--- src/slrnfeat.h Fri Jun 26 17:50:16 1998
|
|
***************
|
|
*** 217,224 ****
|
|
#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 KANJI
|
|
#ifdef SLRNPULL_CODE
|
|
#undef KANJI
|
|
--- 217,224 ----
|
|
#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 KANJI
|
|
#ifdef SLRNPULL_CODE
|
|
#undef KANJI
|