diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-04-02 17:34:42 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-04-02 17:34:42 +0000 |
commit | 0d9d75b124880ee5a3aeb5c2af92a04340c02bef (patch) | |
tree | 953639ad57c000dc6351819b4798541490d39802 /lib | |
parent | 660eb4006e69a82831062be4a4af070afccf64bc (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bind/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index ca364b5233bb..50195899c3b5 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -281,7 +281,7 @@ int sigwait(const unsigned int *set, int *sig); /* #undef HAVE_OPENSSL_GOST */ /* Define to 1 if you have the <regex.h> header file. */ -#define HAVE_REGEX_H 1 +/* #undef HAVE_REGEX_H */ /* Define to 1 if you have the `setegid' function. */ #define HAVE_SETEGID 1 |