mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7d186159b1
Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
20 lines
480 B
Plaintext
20 lines
480 B
Plaintext
*** config_local.h.orig Sun Apr 16 00:50:16 1995
|
|
--- config_local.h Mon Nov 18 18:33:14 1996
|
|
***************
|
|
*** 61,67 ****
|
|
#define LOCALTIME_PROTO 1
|
|
|
|
/* Is there a nl_langinfo() call? */
|
|
! #define HAVE_NL_LANGINFO 1
|
|
|
|
/* Is there a working <sys/param.h> */
|
|
#define HAVE_SYS_PARAM_H 1
|
|
--- 61,67 ----
|
|
#define LOCALTIME_PROTO 1
|
|
|
|
/* Is there a nl_langinfo() call? */
|
|
! #undef HAVE_NL_LANGINFO
|
|
|
|
/* Is there a working <sys/param.h> */
|
|
#define HAVE_SYS_PARAM_H 1
|