summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-07 17:20:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-07 17:20:47 +0000
commitc97b1affc53cbe2c9a0777b7c9b9d400b09b2f89 (patch)
tree91d3c9b1e32d74b0327f23be910e0e8ba4a64bae /acconfig.h
parentade03f6bad77faf80441396eb41134489454e1c1 (diff)
- (bal) PCRE no longer required. Banished from the source along with
fake-regex.h
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 1e3b80e68..766a92687 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.119 2001/11/03 19:09:33 tim Exp $ */ 1/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -59,9 +59,6 @@
59/* Define if you are on Cygwin */ 59/* Define if you are on Cygwin */
60#undef HAVE_CYGWIN 60#undef HAVE_CYGWIN
61 61
62/* Define if you lack native POSIX regex and you are using PCRE */
63#undef HAVE_LIBPCRE
64
65/* Define if you have a broken realpath. */ 62/* Define if you have a broken realpath. */
66#undef BROKEN_REALPATH 63#undef BROKEN_REALPATH
67 64