summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-18 00:02:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-18 00:02:25 +0000
commitb5628647ad1e48d026064e5acc0d8dc0b8021cfa (patch)
tree645c6dc3a5b3b0e24ec4f7308e9fc1b7823bb0fa /acconfig.h
parent2594de81d301188108c1accbd4f937a86d70db1c (diff)
- (bal) Changed from GNU rx to PCRE on suggestion from djm.
- (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki <nakaji@tutrp.tut.ac.jp>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index d212b90f..0837eb3f 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