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.

188 lines
5.1 KiB

4 weeks ago
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you have the <assert.h> header file. */
  5. #undef HAVE_ASSERT_H
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <float.h> header file. */
  9. #undef HAVE_FLOAT_H
  10. /* Define to 1 if you have the `gethostname' function. */
  11. #undef HAVE_GETHOSTNAME
  12. /* Define to 1 if you have the `getrlimit' function. */
  13. #undef HAVE_GETRLIMIT
  14. /* Define to 1 if you have the `getrusage' function. */
  15. #undef HAVE_GETRUSAGE
  16. /* Define to 1 if you have working floating-point infinities */
  17. #undef HAVE_IEEE_754
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define to 1 if you have the <limits.h> header file. */
  21. #undef HAVE_LIMITS_H
  22. /* Define to 1 if you have the <math.h> header file. */
  23. #undef HAVE_MATH_H
  24. /* Define to 1 if your compiler supports enough C++11 */
  25. #undef HAVE_MODERN_CXX
  26. /* Define to 1 if you have the `pow' function. */
  27. #undef HAVE_POW
  28. /* Define to 1 if you have the `powl' function. */
  29. #undef HAVE_POWL
  30. /* Define to 1 if the system has the type `ptrdiff_t'. */
  31. #undef HAVE_PTRDIFF_T
  32. /* Define to 1 if you have the `sqrt' function. */
  33. #undef HAVE_SQRT
  34. /* Define to 1 if you have the <stddef.h> header file. */
  35. #undef HAVE_STDDEF_H
  36. /* Define to 1 if you have the <stdint.h> header file. */
  37. #undef HAVE_STDINT_H
  38. /* Define to 1 if you have the <stdio.h> header file. */
  39. #undef HAVE_STDIO_H
  40. /* Define to 1 if you have the <stdlib.h> header file. */
  41. #undef HAVE_STDLIB_H
  42. /* Define to 1 if you have the `strchr' function. */
  43. #undef HAVE_STRCHR
  44. /* Define to 1 if you have the <strings.h> header file. */
  45. #undef HAVE_STRINGS_H
  46. /* Define to 1 if you have the <string.h> header file. */
  47. #undef HAVE_STRING_H
  48. /* Define to 1 if you have the `strstr' function. */
  49. #undef HAVE_STRSTR
  50. /* Define to 1 if you have the `sysconf' function. */
  51. #undef HAVE_SYSCONF
  52. /* Define to 1 if you have the <sys/resource.h> header file. */
  53. #undef HAVE_SYS_RESOURCE_H
  54. /* Define to 1 if you have the <sys/stat.h> header file. */
  55. #undef HAVE_SYS_STAT_H
  56. /* Define to 1 if you have the <sys/times.h> header file. */
  57. #undef HAVE_SYS_TIMES_H
  58. /* Define to 1 if you have the <sys/time.h> header file. */
  59. #undef HAVE_SYS_TIME_H
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #undef HAVE_SYS_TYPES_H
  62. /* Define to 1 if you have the <sys/wait.h> header file. */
  63. #undef HAVE_SYS_WAIT_H
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #undef HAVE_UNISTD_H
  66. /* Define to 1 if C++ thread header is usable */
  67. #undef HAVE_WORKING_THREAD
  68. /* Define to 1 if the system has the type `_Bool'. */
  69. #undef HAVE__BOOL
  70. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  71. */
  72. #undef LT_OBJDIR
  73. /* Name of package */
  74. #undef PACKAGE
  75. /* Define to the address where bug reports for this package should be sent. */
  76. #undef PACKAGE_BUGREPORT
  77. /* Define to the full name of this package. */
  78. #undef PACKAGE_NAME
  79. /* Define to the full name and version of this package. */
  80. #undef PACKAGE_STRING
  81. /* Define to the one symbol short name of this package. */
  82. #undef PACKAGE_TARNAME
  83. /* Define to the home page for this package. */
  84. #undef PACKAGE_URL
  85. /* Define to the version of this package. */
  86. #undef PACKAGE_VERSION
  87. /* The size of `int', as computed by sizeof. */
  88. #undef SIZEOF_INT
  89. /* The size of `long', as computed by sizeof. */
  90. #undef SIZEOF_LONG
  91. /* The size of `long double', as computed by sizeof. */
  92. #undef SIZEOF_LONG_DOUBLE
  93. /* The size of `void *', as computed by sizeof. */
  94. #undef SIZEOF_VOID_P
  95. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  96. required in a freestanding environment). This macro is provided for
  97. backward compatibility; new code need not use it. */
  98. #undef STDC_HEADERS
  99. /* Define to 1 to use system qsort */
  100. #undef USE_SYSTEM_QSORT
  101. /* Version number of package */
  102. #undef VERSION
  103. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  104. significant byte first (like Motorola and SPARC, unlike Intel). */
  105. #if defined AC_APPLE_UNIVERSAL_BUILD
  106. # if defined __BIG_ENDIAN__
  107. # define WORDS_BIGENDIAN 1
  108. # endif
  109. #else
  110. # ifndef WORDS_BIGENDIAN
  111. # undef WORDS_BIGENDIAN
  112. # endif
  113. #endif
  114. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  115. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  116. #define below would cause a syntax error. */
  117. #undef _UINT32_T
  118. /* Define to 1 to enable C99-compliant printf on MinGW-w64 */
  119. #undef __USE_MINGW_ANSI_STDIO
  120. /* Define to `__inline__' or `__inline' if that's what the C compiler
  121. calls it, or to nothing if 'inline' is not supported under any name. */
  122. #ifndef __cplusplus
  123. #undef inline
  124. #endif
  125. /* Define to `unsigned int' if <sys/types.h> does not define. */
  126. #undef size_t
  127. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  128. such a type exists and the standard includes do not define it. */
  129. #undef uint16_t
  130. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  131. such a type exists and the standard includes do not define it. */
  132. #undef uint32_t