diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-07 18:20:47 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-07 18:20:47 +0100 |
commit | c97b1affc53cbe2c9a0777b7c9b9d400b09b2f89 (patch) | |
tree | 91d3c9b1e32d74b0327f23be910e0e8ba4a64bae /acconfig.h | |
parent | - markus@cvs.openbsd.org 2001/12/06 13:30:06 (diff) | |
download | openssh-c97b1affc53cbe2c9a0777b7c9b9d400b09b2f89.tar.xz openssh-c97b1affc53cbe2c9a0777b7c9b9d400b09b2f89.zip |
- (bal) PCRE no longer required. Banished from the source along with
fake-regex.h
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
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 @@ -/* $Id: acconfig.h,v 1.119 2001/11/03 19:09:33 tim Exp $ */ +/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -59,9 +59,6 @@ /* Define if you are on Cygwin */ #undef HAVE_CYGWIN -/* 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 |