lemon-project-template-glpk

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/deps/glpk/config.h.in	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +/* config.h.in (GLPK configuration template file) */
     1.5 +
     1.6 +#undef HAVE_SYS_TIME_H
     1.7 +/* defined if the <sys/time.h> header can be used */
     1.8 +
     1.9 +#undef HAVE_GETTIMEOFDAY
    1.10 +/* defined if the gettimeofday function can be used */
    1.11 +
    1.12 +#undef HAVE_GMP
    1.13 +/* defined if the GNU MP bignum library is available */
    1.14 +/* requires <gmp.h> and -lgmp */
    1.15 +
    1.16 +#undef HAVE_LTDL
    1.17 +/* defined if the GNU Libtool shared library support is enabled */
    1.18 +/* requires <ltdl.h> and -lltdl */
    1.19 +
    1.20 +#undef HAVE_DLFCN
    1.21 +/* defined if the POSIX shared library support is enabled */
    1.22 +/* requires <dlfcn.h> */
    1.23 +
    1.24 +#undef ODBC_DLNAME
    1.25 +/* ODBC shared library name if this feature is enabled */
    1.26 +
    1.27 +#undef MYSQL_DLNAME
    1.28 +/* MySQL shared library name if this feature is enabled */
    1.29 +
    1.30 +/* eof */