lemon-project-template-glpk
annotate 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 |
rev | line source |
---|---|
alpar@9 | 1 /* config.h.in (GLPK configuration template file) */ |
alpar@9 | 2 |
alpar@9 | 3 #undef HAVE_SYS_TIME_H |
alpar@9 | 4 /* defined if the <sys/time.h> header can be used */ |
alpar@9 | 5 |
alpar@9 | 6 #undef HAVE_GETTIMEOFDAY |
alpar@9 | 7 /* defined if the gettimeofday function can be used */ |
alpar@9 | 8 |
alpar@9 | 9 #undef HAVE_GMP |
alpar@9 | 10 /* defined if the GNU MP bignum library is available */ |
alpar@9 | 11 /* requires <gmp.h> and -lgmp */ |
alpar@9 | 12 |
alpar@9 | 13 #undef HAVE_LTDL |
alpar@9 | 14 /* defined if the GNU Libtool shared library support is enabled */ |
alpar@9 | 15 /* requires <ltdl.h> and -lltdl */ |
alpar@9 | 16 |
alpar@9 | 17 #undef HAVE_DLFCN |
alpar@9 | 18 /* defined if the POSIX shared library support is enabled */ |
alpar@9 | 19 /* requires <dlfcn.h> */ |
alpar@9 | 20 |
alpar@9 | 21 #undef ODBC_DLNAME |
alpar@9 | 22 /* ODBC shared library name if this feature is enabled */ |
alpar@9 | 23 |
alpar@9 | 24 #undef MYSQL_DLNAME |
alpar@9 | 25 /* MySQL shared library name if this feature is enabled */ |
alpar@9 | 26 |
alpar@9 | 27 /* eof */ |