1/* config.h.in (GLPK configuration template file) */
2
3#undef HAVE_SYS_TIME_H
4/* defined if the <sys/time.h> header can be used */
5
6#undef HAVE_GETTIMEOFDAY
7/* defined if the gettimeofday function can be used */
8
9#undef HAVE_GMP
10/* defined if the GNU MP bignum library is available */
11/* requires <gmp.h> and -lgmp */
12
13#undef HAVE_LTDL
14/* defined if the GNU Libtool shared library support is enabled */
15/* requires <ltdl.h> and -lltdl */
16
17#undef HAVE_DLFCN
18/* defined if the POSIX shared library support is enabled */
19/* requires <dlfcn.h> */
20
21#undef ODBC_DLNAME
22/* ODBC shared library name if this feature is enabled */
23
24#undef MYSQL_DLNAME
25/* MySQL shared library name if this feature is enabled */
26
27#undef TLS
28/* thread local storage-class specifier for re-entrancy (if any) */
29
30/* eof */
31