1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/slrn/files/patch-ac
Steve Price aa66e84ee9 Update to use new version of libslang.
PR:		11314
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp>
1999-05-01 03:33:17 +00:00

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