diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 02be1ace0c6..f52c38b2fdc 100644 --- a/acconfig.h +++ b/acconfig.h @@ -148,6 +148,9 @@ /* crypt */ #undef HAVE_CRYPT +/* If we want to have query cache */ +#undef HAVE_QUERY_CACHE + /* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines this with 8 arguments */ #undef HAVE_SOLARIS_STYLE_GETHOST |