From 5d492a9a1daa2a9d45c9c1c88fbdcd11bfa43ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 4 Dec 2000 23:45:28 +0000 Subject: [PATCH] * regenerated due to added libgd option git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@281 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/config.h.in b/include/config.h.in index 736f5dfa0..e1d8fc41b 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -38,6 +38,9 @@ /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN +/* Define if you have the gdImageCreate function. */ +#undef HAVE_GDIMAGECREATE + /* Define if you have the select function. */ #undef HAVE_SELECT @@ -56,6 +59,9 @@ /* Define if you have the header file. */ #undef HAVE_FCNTL_H +/* Define if you have the header file. */ +#undef HAVE_GD_H + /* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -71,6 +77,9 @@ /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL +/* Define if you have the gd library (-lgd). */ +#undef HAVE_LIBGD + /* Define if you have the intl library (-lintl). */ #undef HAVE_LIBINTL