From b5628647ad1e48d026064e5acc0d8dc0b8021cfa Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 18 Oct 2000 00:02:25 +0000 Subject: - (bal) Changed from GNU rx to PCRE on suggestion from djm. - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki --- acconfig.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index d212b90f7..0837eb3f4 100644 --- a/acconfig.h +++ b/acconfig.h @@ -52,8 +52,8 @@ /* Define if you are on Cygwin */ #undef HAVE_CYGWIN -/* Define if you lack native POSIX regex and you are using GNU rx library */ -#undef HAVE_LIBRX +/* Define if you lack native POSIX regex and you are using PCRE */ +#undef HAVE_LIBPCRE /* Define if you have a broken realpath. */ #undef BROKEN_REALPATH @@ -61,6 +61,9 @@ /* Define if you are on NeXT */ #undef HAVE_NEXT +/* Define if you are on NEWS-OS */ +#undef HAVE_NEWS4 + /* Define if you want to disable PAM support */ #undef DISABLE_PAM @@ -254,6 +257,9 @@ /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ #undef IPV4_DEFAULT +/* If you have no atexit() but xatexit(), and want to use xatexit() */ +#undef HAVE_XATEXIT + /* getaddrinfo is broken (if present) */ #undef BROKEN_GETADDRINFO -- cgit v1.2.3