From 81f866db3ab86a27dc93148676da6c96b6e56cbf Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 2 Mar 1999 16:43:27 +0000 Subject: added autoconf test. (This used to be commit 511ef8a58ccfc04d0744f28753bb48d848851980) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 44e7b08377..f2dcdd7765 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -786,6 +786,9 @@ /* Define if you have the header file. */ #undef HAVE_UTIME_H +/* Define if you have the header file. */ +#undef HAVE_MYSQL_H + /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL -- cgit