diff options
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r-- | lib/bind/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index d743db2..d720a77 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -288,6 +288,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define if your OpenSSL version supports GOST. */ /* #undef HAVE_OPENSSL_GOST */ + +/* Define to 1 if you have the `readline' function. */ +#define HAVE_READLINE 1 /* Define to 1 if you have the <regex.h> header file. */ #define HAVE_REGEX_H 1 @@ -361,6 +364,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `usleep' function. */ +#define HAVE_USLEEP 1 + /* return type of gai_strerror */ #define IRS_GAISTRERROR_RETURN_T const char * @@ -384,6 +390,9 @@ int sigwait(const unsigned int *set, int *sig); */ /* #undef NEED_SECURE_DIRECTORY */ +/* Use the new XML schema for statistics */ +/* #undef NEWSTATS */ + /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" |