* regenerated due to added libgd option

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@281 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Stéphane Fillod, F8CFE 2000-12-04 23:45:28 +00:00
rodzic d0e751257d
commit 5d492a9a1d
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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 <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <gd.h> header file. */
#undef HAVE_GD_H
/* Define if you have the <sys/ioctl.h> 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