diff options
author | mouring <mouring> | 2000-10-18 00:02:25 +0000 |
---|---|---|
committer | mouring <mouring> | 2000-10-18 00:02:25 +0000 |
commit | 3e7d21abc0e1ad1169f74633d121cb47517f2f68 (patch) | |
tree | 4b1ca4b2b0ca1efa2e4ab20f73f9608c53b1be5b /compat.c | |
parent | e1e568b4918aba781d3156d17bf39066eda34f75 (diff) | |
download | openssh-3e7d21abc0e1ad1169f74633d121cb47517f2f68.tar.gz |
- (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 'compat.c')
-rw-r--r-- | compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ RCSID("$OpenBSD: compat.c,v 1.25 2000/10/14 12:16:56 markus Exp $"); #include "packet.h" #include "xmalloc.h" #include "compat.h" -#ifdef HAVE_LIBRX -# include <rxposix.h> +#ifdef HAVE_LIBPCRE +# include <pcreposix.h> #else /* Use native regex libraries */ # include <regex.h> #endif /* HAVE_LIBRX */ |