Counter Strike : Global Offensive Source Code
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.

149 lines
3.6 KiB

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* the name of <hash_map> */
  3. #undef HASH_MAP_CLASS
  4. /* the location of <unordered_map> or <hash_map> */
  5. #undef HASH_MAP_H
  6. /* the namespace of hash_map/hash_set */
  7. #undef HASH_NAMESPACE
  8. /* the name of <hash_set> */
  9. #undef HASH_SET_CLASS
  10. /* the location of <unordered_set> or <hash_set> */
  11. #undef HASH_SET_H
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #undef HAVE_DLFCN_H
  14. /* Define to 1 if you have the <fcntl.h> header file. */
  15. #undef HAVE_FCNTL_H
  16. /* Define to 1 if you have the `ftruncate' function. */
  17. #undef HAVE_FTRUNCATE
  18. /* define if the compiler has hash_map */
  19. #undef HAVE_HASH_MAP
  20. /* define if the compiler has hash_set */
  21. #undef HAVE_HASH_SET
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #undef HAVE_INTTYPES_H
  24. /* Define to 1 if you have the <limits.h> header file. */
  25. #undef HAVE_LIMITS_H
  26. /* Define to 1 if you have the <memory.h> header file. */
  27. #undef HAVE_MEMORY_H
  28. /* Define to 1 if you have the `memset' function. */
  29. #undef HAVE_MEMSET
  30. /* Define to 1 if you have the `mkdir' function. */
  31. #undef HAVE_MKDIR
  32. /* Define if you have POSIX threads libraries and header files. */
  33. #undef HAVE_PTHREAD
  34. /* Define to 1 if you have the <stdint.h> header file. */
  35. #undef HAVE_STDINT_H
  36. /* Define to 1 if you have the <stdlib.h> header file. */
  37. #undef HAVE_STDLIB_H
  38. /* Define to 1 if you have the `strchr' function. */
  39. #undef HAVE_STRCHR
  40. /* Define to 1 if you have the `strerror' function. */
  41. #undef HAVE_STRERROR
  42. /* Define to 1 if you have the <strings.h> header file. */
  43. #undef HAVE_STRINGS_H
  44. /* Define to 1 if you have the <string.h> header file. */
  45. #undef HAVE_STRING_H
  46. /* Define to 1 if you have the `strtol' function. */
  47. #undef HAVE_STRTOL
  48. /* Define to 1 if you have the <sys/stat.h> header file. */
  49. #undef HAVE_SYS_STAT_H
  50. /* Define to 1 if you have the <sys/types.h> header file. */
  51. #undef HAVE_SYS_TYPES_H
  52. /* Define to 1 if you have the <unistd.h> header file. */
  53. #undef HAVE_UNISTD_H
  54. /* Enable classes using zlib compression. */
  55. #undef HAVE_ZLIB
  56. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  57. */
  58. #undef LT_OBJDIR
  59. /* Name of package */
  60. #undef PACKAGE
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the home page for this package. */
  70. #undef PACKAGE_URL
  71. /* Define to the version of this package. */
  72. #undef PACKAGE_VERSION
  73. /* Define to necessary symbol if this constant uses a non-standard name on
  74. your system. */
  75. #undef PTHREAD_CREATE_JOINABLE
  76. /* Define to 1 if you have the ANSI C header files. */
  77. #undef STDC_HEADERS
  78. /* Enable extensions on AIX 3, Interix. */
  79. #ifndef _ALL_SOURCE
  80. # undef _ALL_SOURCE
  81. #endif
  82. /* Enable GNU extensions on systems that have them. */
  83. #ifndef _GNU_SOURCE
  84. # undef _GNU_SOURCE
  85. #endif
  86. /* Enable threading extensions on Solaris. */
  87. #ifndef _POSIX_PTHREAD_SEMANTICS
  88. # undef _POSIX_PTHREAD_SEMANTICS
  89. #endif
  90. /* Enable extensions on HP NonStop. */
  91. #ifndef _TANDEM_SOURCE
  92. # undef _TANDEM_SOURCE
  93. #endif
  94. /* Enable general extensions on Solaris. */
  95. #ifndef __EXTENSIONS__
  96. # undef __EXTENSIONS__
  97. #endif
  98. /* Version number of package */
  99. #undef VERSION
  100. /* Define to 1 if on MINIX. */
  101. #undef _MINIX
  102. /* Define to 2 if the system does not provide POSIX.1 features except with
  103. this defined. */
  104. #undef _POSIX_1_SOURCE
  105. /* Define to 1 if you need to in order for `stat' and other things to work. */
  106. #undef _POSIX_SOURCE