lemon-project-template-glpk

comparison deps/glpk/config.h.in @ 11:4fc6ad2fb8a6

Test GLPK in src/main.cc
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 21:43:29 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1dbac240b296
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 /* eof */