You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
842 B

  1. /* config.h.in (GLPK configuration template file) */
  2. #@GLPK_HAVE_SYS_TIME_H@ HAVE_SYS_TIME_H
  3. /* defined if the <sys/time.h> header can be used */
  4. #@GLPK_HAVE_GETTIMEOFDAY@ HAVE_GETTIMEOFDAY
  5. /* defined if the gettimeofday function can be used */
  6. #@GLPK_HAVE_GMP@ HAVE_GMP
  7. /* defined if the GNU MP bignum library is available */
  8. /* requires <gmp.h> and -lgmp */
  9. #@GLPK_HAVE_LTDL@ HAVE_LTDL
  10. /* defined if the GNU Libtool shared library support is enabled */
  11. /* requires <ltdl.h> and -lltdl */
  12. #@GLPK_HAVE_DLFCN@ HAVE_DLFCN
  13. /* defined if the POSIX shared library support is enabled */
  14. /* requires <dlfcn.h> */
  15. #@GLPK_HAVE_ODBC@ ODBC_DLNAME @GLPK_ODBC_DLNAME@
  16. /* ODBC shared library name if this feature is enabled */
  17. #@GLPK_HAVE_MYSQL@ MYSQL_DLNAME @GLPK_MYSQL_DLNAME@
  18. /* MySQL shared library name if this feature is enabled */
  19. /* eof */