lemon-project-template-glpk

view deps/glpk/config.h.in @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line source
1 /* config.h.in (GLPK configuration template file) */
3 #undef HAVE_SYS_TIME_H
4 /* defined if the <sys/time.h> header can be used */
6 #undef HAVE_GETTIMEOFDAY
7 /* defined if the gettimeofday function can be used */
9 #undef HAVE_GMP
10 /* defined if the GNU MP bignum library is available */
11 /* requires <gmp.h> and -lgmp */
13 #undef HAVE_LTDL
14 /* defined if the GNU Libtool shared library support is enabled */
15 /* requires <ltdl.h> and -lltdl */
17 #undef HAVE_DLFCN
18 /* defined if the POSIX shared library support is enabled */
19 /* requires <dlfcn.h> */
21 #undef ODBC_DLNAME
22 /* ODBC shared library name if this feature is enabled */
24 #undef MYSQL_DLNAME
25 /* MySQL shared library name if this feature is enabled */
27 /* eof */