summaryrefslogtreecommitdiff
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 d212b90f7..0837eb3f4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -52,8 +52,8 @@
52/* Define if you are on Cygwin */ 52/* Define if you are on Cygwin */
53#undef HAVE_CYGWIN 53#undef HAVE_CYGWIN
54 54
55/* Define if you lack native POSIX regex and you are using GNU rx library */ 55/* Define if you lack native POSIX regex and you are using PCRE */
56#undef HAVE_LIBRX 56#undef HAVE_LIBPCRE
57 57
58/* Define if you have a broken realpath. */ 58/* Define if you have a broken realpath. */
59#undef BROKEN_REALPATH 59#undef BROKEN_REALPATH
@@ -61,6 +61,9 @@
61/* Define if you are on NeXT */ 61/* Define if you are on NeXT */
62#undef HAVE_NEXT 62#undef HAVE_NEXT
63 63
64/* Define if you are on NEWS-OS */
65#undef HAVE_NEWS4
66
64/* Define if you want to disable PAM support */ 67/* Define if you want to disable PAM support */
65#undef DISABLE_PAM 68#undef DISABLE_PAM
66 69
@@ -254,6 +257,9 @@
254/* Use IPv4 for connection by default, IPv6 can still if explicity asked */ 257/* Use IPv4 for connection by default, IPv6 can still if explicity asked */
255#undef IPV4_DEFAULT 258#undef IPV4_DEFAULT
256 259
260/* If you have no atexit() but xatexit(), and want to use xatexit() */
261#undef HAVE_XATEXIT
262
257/* getaddrinfo is broken (if present) */ 263/* getaddrinfo is broken (if present) */
258#undef BROKEN_GETADDRINFO 264#undef BROKEN_GETADDRINFO
259 265