config.h.in 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if the target assembler supports .symver directive. */
  3. #undef HAVE_AS_SYMVER_DIRECTIVE
  4. /* Define to 1 if the target supports __attribute__((alias(...))). */
  5. #undef HAVE_ATTRIBUTE_ALIAS
  6. /* Define to 1 if the target supports __attribute__((dllexport)). */
  7. #undef HAVE_ATTRIBUTE_DLLEXPORT
  8. /* Define to 1 if the target supports __attribute__((visibility(...))). */
  9. #undef HAVE_ATTRIBUTE_VISIBILITY
  10. /* Define if the POSIX Semaphores do not work on your system. */
  11. #undef HAVE_BROKEN_POSIX_SEMAPHORES
  12. /* Define to 1 if the target assembler supports thread-local storage. */
  13. #undef HAVE_CC_TLS
  14. /* Define to 1 if you have the `clock_gettime' function. */
  15. #undef HAVE_CLOCK_GETTIME
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #undef HAVE_DLFCN_H
  18. /* Define to 1 if you have the `getloadavg' function. */
  19. #undef HAVE_GETLOADAVG
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #undef HAVE_INTTYPES_H
  22. /* Define to 1 if you have the `dl' library (-ldl). */
  23. #undef HAVE_LIBDL
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
  27. #undef HAVE_PTHREAD_AFFINITY_NP
  28. /* Define to 1 if you have the <semaphore.h> header file. */
  29. #undef HAVE_SEMAPHORE_H
  30. /* Define to 1 if you have the <stdint.h> header file. */
  31. #undef HAVE_STDINT_H
  32. /* Define to 1 if you have the <stdlib.h> header file. */
  33. #undef HAVE_STDLIB_H
  34. /* Define to 1 if you have the <strings.h> header file. */
  35. #undef HAVE_STRINGS_H
  36. /* Define to 1 if you have the <string.h> header file. */
  37. #undef HAVE_STRING_H
  38. /* Define to 1 if you have the `strtoull' function. */
  39. #undef HAVE_STRTOULL
  40. /* Define to 1 if the target runtime linker supports binding the same symbol
  41. to different versions. */
  42. #undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
  43. /* Define to 1 if the target supports __sync_*_compare_and_swap */
  44. #undef HAVE_SYNC_BUILTINS
  45. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  46. #undef HAVE_SYS_LOADAVG_H
  47. /* Define to 1 if you have the <sys/stat.h> header file. */
  48. #undef HAVE_SYS_STAT_H
  49. /* Define to 1 if you have the <sys/time.h> header file. */
  50. #undef HAVE_SYS_TIME_H
  51. /* Define to 1 if you have the <sys/types.h> header file. */
  52. #undef HAVE_SYS_TYPES_H
  53. /* Define to 1 if the target supports thread-local storage. */
  54. #undef HAVE_TLS
  55. /* Define to 1 if you have the <unistd.h> header file. */
  56. #undef HAVE_UNISTD_H
  57. /* Define to 1 if GNU symbol versioning is used for libgomp. */
  58. #undef LIBGOMP_GNU_SYMBOL_VERSIONING
  59. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  60. */
  61. #undef LT_OBJDIR
  62. /* Define to hold the list of target names suitable for offloading. */
  63. #undef OFFLOAD_TARGETS
  64. /* Name of package */
  65. #undef PACKAGE
  66. /* Define to the address where bug reports for this package should be sent. */
  67. #undef PACKAGE_BUGREPORT
  68. /* Define to the full name of this package. */
  69. #undef PACKAGE_NAME
  70. /* Define to the full name and version of this package. */
  71. #undef PACKAGE_STRING
  72. /* Define to the one symbol short name of this package. */
  73. #undef PACKAGE_TARNAME
  74. /* Define to the home page for this package. */
  75. #undef PACKAGE_URL
  76. /* Define to the version of this package. */
  77. #undef PACKAGE_VERSION
  78. /* Define to 1 if the NVIDIA plugin is built, 0 if not. */
  79. #undef PLUGIN_NVPTX
  80. /* Define if all infrastructure, needed for plugins, is supported. */
  81. #undef PLUGIN_SUPPORT
  82. /* The size of `char', as computed by sizeof. */
  83. #undef SIZEOF_CHAR
  84. /* The size of `int', as computed by sizeof. */
  85. #undef SIZEOF_INT
  86. /* The size of `long', as computed by sizeof. */
  87. #undef SIZEOF_LONG
  88. /* The size of `short', as computed by sizeof. */
  89. #undef SIZEOF_SHORT
  90. /* The size of `void *', as computed by sizeof. */
  91. #undef SIZEOF_VOID_P
  92. /* Define to 1 if you have the ANSI C header files. */
  93. #undef STDC_HEADERS
  94. /* Define if you can safely include both <string.h> and <strings.h>. */
  95. #undef STRING_WITH_STRINGS
  96. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  97. #undef TIME_WITH_SYS_TIME
  98. /* Define to 1 if the target use emutls for thread-local storage. */
  99. #undef USE_EMUTLS
  100. /* Version number of package */
  101. #undef VERSION