mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e7c7b56ee8
Closes PR 1525. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
22 lines
611 B
Plaintext
22 lines
611 B
Plaintext
*** config.h.orig Wed Nov 20 19:15:27 1996
|
|
--- config.h Wed Nov 20 19:15:15 1996
|
|
***************
|
|
*** 120,127 ****
|
|
SVR4_REGEX. On other systems you might try first
|
|
to see whether POSIX is supported. */
|
|
|
|
! #undef POSIX_REGEX
|
|
! #define SVR4_REGEX
|
|
#undef BSD_REGEX
|
|
|
|
/* xvnews needs to know the timezone you are in in order to present dates
|
|
--- 120,127 ----
|
|
SVR4_REGEX. On other systems you might try first
|
|
to see whether POSIX is supported. */
|
|
|
|
! #define POSIX_REGEX
|
|
! #undef SVR4_REGEX
|
|
#undef BSD_REGEX
|
|
|
|
/* xvnews needs to know the timezone you are in in order to present dates
|