summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-14 21:33:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-14 21:33:19 +0000
commitca1c2a0bac6e3ceab5c232ab800a1085db346144 (patch)
treef09fdc5fe09ea51de5d9207775b666296f5a7b99 /acconfig.h
parente0f49143d3eb0519339997a0711e1d62fdd26db1 (diff)
Add support for GNU rx library for those lacking regexp support
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index a17cba825..3bf61ec92 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -52,6 +52,9 @@
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 */
56#undef HAVE_LIBRX
57
55/* Define if you are on NeXT */ 58/* Define if you are on NeXT */
56#undef HAVE_NEXT 59#undef HAVE_NEXT
57 60