The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

30 lines
791 B

4 weeks ago
  1. /* config.h.in (GLPK configuration template file) */
  2. #undef HAVE_SYS_TIME_H
  3. /* defined if the <sys/time.h> header can be used */
  4. #undef HAVE_GETTIMEOFDAY
  5. /* defined if the gettimeofday function can be used */
  6. #undef HAVE_GMP
  7. /* defined if the GNU MP bignum library is available */
  8. /* requires <gmp.h> and -lgmp */
  9. #undef HAVE_LTDL
  10. /* defined if the GNU Libtool shared library support is enabled */
  11. /* requires <ltdl.h> and -lltdl */
  12. #undef HAVE_DLFCN
  13. /* defined if the POSIX shared library support is enabled */
  14. /* requires <dlfcn.h> */
  15. #undef ODBC_DLNAME
  16. /* ODBC shared library name if this feature is enabled */
  17. #undef MYSQL_DLNAME
  18. /* MySQL shared library name if this feature is enabled */
  19. #undef TLS
  20. /* thread local storage-class specifier for re-entrancy (if any) */
  21. /* eof */