[Hamlib-cvs-digest] CVS: hamlib/include config.h.in,1.1,1.2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-12-04 23:45:33
|
Update of /cvsroot/hamlib/hamlib/include In directory slayer.i.sourceforge.net:/tmp/cvs-serv7398 Modified Files: config.h.in Log Message: * regenerated due to added libgd option Index: config.h.in =================================================================== RCS file: /cvsroot/hamlib/hamlib/include/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** config.h.in 2000/10/01 12:44:00 1.1 --- config.h.in 2000/12/04 23:45:28 1.2 *************** *** 39,42 **** --- 39,45 ---- #undef HAVE_DLOPEN + /* Define if you have the gdImageCreate function. */ + #undef HAVE_GDIMAGECREATE + /* Define if you have the select function. */ #undef HAVE_SELECT *************** *** 57,60 **** --- 60,66 ---- #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,74 **** --- 77,83 ---- /* 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). */ |