config.h.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* "Regular expressions are supported and enabled" */
  3. #undef ENABLE_REGEX
  4. /* Subunit protocol result output */
  5. #undef ENABLE_SUBUNIT
  6. /* Define to 1 if you have the `alarm' function. */
  7. #undef HAVE_ALARM
  8. /* Define to 1 if you have the `clock_gettime' function. */
  9. #undef HAVE_CLOCK_GETTIME
  10. /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
  11. */
  12. #undef HAVE_DECL_ALARM
  13. /* Define to 1 if you have the declaration of `clock_gettime', and to 0 if you
  14. don't. */
  15. #undef HAVE_DECL_CLOCK_GETTIME
  16. /* Define to 1 if you have the declaration of `getline', and to 0 if you
  17. don't. */
  18. #undef HAVE_DECL_GETLINE
  19. /* Define to 1 if you have the declaration of `gettimeofday', and to 0 if you
  20. don't. */
  21. #undef HAVE_DECL_GETTIMEOFDAY
  22. /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
  23. don't. */
  24. #undef HAVE_DECL_LOCALTIME_R
  25. /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
  26. */
  27. #undef HAVE_DECL_SETENV
  28. /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
  29. */
  30. #undef HAVE_DECL_STRDUP
  31. /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
  32. don't. */
  33. #undef HAVE_DECL_STRSIGNAL
  34. /* Define to 1 if you have the declaration of `timer_create', and to 0 if you
  35. don't. */
  36. #undef HAVE_DECL_TIMER_CREATE
  37. /* Define to 1 if you have the declaration of `timer_delete', and to 0 if you
  38. don't. */
  39. #undef HAVE_DECL_TIMER_DELETE
  40. /* Define to 1 if you have the declaration of `timer_settime', and to 0 if you
  41. don't. */
  42. #undef HAVE_DECL_TIMER_SETTIME
  43. /* Define to 1 if you have the <dlfcn.h> header file. */
  44. #undef HAVE_DLFCN_H
  45. /* Define to 1 if you have the <fcntl.h> header file. */
  46. #undef HAVE_FCNTL_H
  47. /* Define to 1 if you have the `fork' function. */
  48. #undef HAVE_FORK
  49. /* Define to 1 if you have the `getline' function. */
  50. #undef HAVE_GETLINE
  51. /* Define to 1 if you have the `gettimeofday' function. */
  52. #undef HAVE_GETTIMEOFDAY
  53. /* Define to 1 if you have the `InitOnceBeginInitialize' function. */
  54. #undef HAVE_INITONCEBEGININITIALIZE
  55. /* Define to 1 if you have the `InitOnceComplete' function. */
  56. #undef HAVE_INITONCECOMPLETE
  57. /* Define to 1 if the system has the type `intmax_t'. */
  58. #undef HAVE_INTMAX_T
  59. /* Define to 1 if you have the <inttypes.h> header file. */
  60. #undef HAVE_INTTYPES_H
  61. /* Define to 1 if you have the `m' library (-lm). */
  62. #undef HAVE_LIBM
  63. /* Define to 1 if you have the `rt' library (-lrt). */
  64. #undef HAVE_LIBRT
  65. /* Define to 1 if you have the `localeconv' function. */
  66. #undef HAVE_LOCALECONV
  67. /* Define to 1 if you have the <locale.h> header file. */
  68. #undef HAVE_LOCALE_H
  69. /* Define to 1 if you have the `localtime_r' function. */
  70. #undef HAVE_LOCALTIME_R
  71. /* Define to 1 if the system has the type `long double'. */
  72. #undef HAVE_LONG_DOUBLE
  73. /* Define to 1 if the system has the type 'long long int'. */
  74. #undef HAVE_LONG_LONG_INT
  75. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  76. to 0 otherwise. */
  77. #undef HAVE_MALLOC
  78. /* Define to 1 if you have the <memory.h> header file. */
  79. #undef HAVE_MEMORY_H
  80. /* Define to 1 if you have the `mkstemp' function. */
  81. #undef HAVE_MKSTEMP
  82. /* Define if you have POSIX threads libraries and header files. */
  83. #undef HAVE_PTHREAD
  84. /* Define to 1 if the system has the type `ptrdiff_t'. */
  85. #undef HAVE_PTRDIFF_T
  86. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  87. and to 0 otherwise. */
  88. #undef HAVE_REALLOC
  89. /* Define to 1 if you have the `regcomp' function. */
  90. #undef HAVE_REGCOMP
  91. /* "Regular expressions are supported" */
  92. #undef HAVE_REGEX
  93. /* Define to 1 if you have the `regexec' function. */
  94. #undef HAVE_REGEXEC
  95. /* Define to 1 if you have the <regex.h> header file. */
  96. #undef HAVE_REGEX_H
  97. /* Define to 1 if you have the `setitimer' function. */
  98. #undef HAVE_SETITIMER
  99. /* Define to 1 if you have the `sigaction' function. */
  100. #undef HAVE_SIGACTION
  101. /* Define to 1 if you have a C99 compliant 'snprintf' function. */
  102. #undef HAVE_SNPRINTF
  103. /* Define to 1 if you have the <stdarg.h> header file. */
  104. #undef HAVE_STDARG_H
  105. /* Define to 1 if you have the <stddef.h> header file. */
  106. #undef HAVE_STDDEF_H
  107. /* Define to 1 if you have the <stdint.h> header file. */
  108. #undef HAVE_STDINT_H
  109. /* Define to 1 if you have the <stdlib.h> header file. */
  110. #undef HAVE_STDLIB_H
  111. /* Define to 1 if you have the `strdup' function. */
  112. #undef HAVE_STRDUP
  113. /* Define to 1 if you have the <strings.h> header file. */
  114. #undef HAVE_STRINGS_H
  115. /* Define to 1 if you have the <string.h> header file. */
  116. #undef HAVE_STRING_H
  117. /* Define to 1 if you have the `strsignal' function. */
  118. #undef HAVE_STRSIGNAL
  119. /* Define to 1 if `it_interval' is a member of `struct itimerspec'. */
  120. #undef HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL
  121. /* Define to 1 if `it_value' is a member of `struct itimerspec'. */
  122. #undef HAVE_STRUCT_ITIMERSPEC_IT_VALUE
  123. /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
  124. #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
  125. /* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
  126. #undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
  127. /* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
  128. #undef HAVE_STRUCT_TIMESPEC_TV_NSEC
  129. /* Define to 1 if `tv_sec' is a member of `struct timespec'. */
  130. #undef HAVE_STRUCT_TIMESPEC_TV_SEC
  131. /* Define to 1 if you have the <sys/stat.h> header file. */
  132. #undef HAVE_SYS_STAT_H
  133. /* Define to 1 if you have the <sys/time.h> header file. */
  134. #undef HAVE_SYS_TIME_H
  135. /* Define to 1 if you have the <sys/types.h> header file. */
  136. #undef HAVE_SYS_TYPES_H
  137. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  138. #undef HAVE_SYS_WAIT_H
  139. /* Define to 1 if you have the `timer_create' function. */
  140. #undef HAVE_TIMER_CREATE
  141. /* Define to 1 if you have the `timer_delete' function. */
  142. #undef HAVE_TIMER_DELETE
  143. /* Define to 1 if you have the `timer_settime' function. */
  144. #undef HAVE_TIMER_SETTIME
  145. /* Define to 1 if you have the <time.h> header file. */
  146. #undef HAVE_TIME_H
  147. /* Define to 1 if the system has the type `uintmax_t'. */
  148. #undef HAVE_UINTMAX_T
  149. /* Define to 1 if the system has the type `uintptr_t'. */
  150. #undef HAVE_UINTPTR_T
  151. /* Define to 1 if you have the <unistd.h> header file. */
  152. #undef HAVE_UNISTD_H
  153. /* Define to 1 if the system has the type 'unsigned long long int'. */
  154. #undef HAVE_UNSIGNED_LONG_LONG_INT
  155. /* Define to 1 if you have a C99 compliant 'vsnprintf' function. */
  156. #undef HAVE_VSNPRINTF
  157. /* Define to 1 if you have the <windows.h> header file. */
  158. #undef HAVE_WINDOWS_H
  159. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  160. #undef LT_OBJDIR
  161. /* Name of package */
  162. #undef PACKAGE
  163. /* Define to the address where bug reports for this package should be sent. */
  164. #undef PACKAGE_BUGREPORT
  165. /* Define to the full name of this package. */
  166. #undef PACKAGE_NAME
  167. /* Define to the full name and version of this package. */
  168. #undef PACKAGE_STRING
  169. /* Define to the one symbol short name of this package. */
  170. #undef PACKAGE_TARNAME
  171. /* Define to the home page for this package. */
  172. #undef PACKAGE_URL
  173. /* Define to the version of this package. */
  174. #undef PACKAGE_VERSION
  175. /* Define to necessary symbol if this constant uses a non-standard name on
  176. your system. */
  177. #undef PTHREAD_CREATE_JOINABLE
  178. /* The size of `char', as computed by sizeof. */
  179. #undef SIZEOF_CHAR
  180. /* The size of `int', as computed by sizeof. */
  181. #undef SIZEOF_INT
  182. /* The size of `long', as computed by sizeof. */
  183. #undef SIZEOF_LONG
  184. /* The size of `short', as computed by sizeof. */
  185. #undef SIZEOF_SHORT
  186. /* The size of `void*', as computed by sizeof. */
  187. #undef SIZEOF_VOIDP
  188. /* Define to 1 if you have the ANSI C header files. */
  189. #undef STDC_HEADERS
  190. /* "Need to define the itimerspec structure" */
  191. #undef STRUCT_ITIMERSPEC_DEFINITION_MISSING
  192. /* "Need to define the timespec structure" */
  193. #undef STRUCT_TIMESPEC_DEFINITION_MISSING
  194. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  195. #undef TIME_WITH_SYS_TIME
  196. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  197. #undef TM_IN_SYS_TIME
  198. /* Enable extensions on AIX 3, Interix. */
  199. #ifndef _ALL_SOURCE
  200. # undef _ALL_SOURCE
  201. #endif
  202. /* Enable GNU extensions on systems that have them. */
  203. #ifndef _GNU_SOURCE
  204. # undef _GNU_SOURCE
  205. #endif
  206. /* Enable threading extensions on Solaris. */
  207. #ifndef _POSIX_PTHREAD_SEMANTICS
  208. # undef _POSIX_PTHREAD_SEMANTICS
  209. #endif
  210. /* Enable extensions on HP NonStop. */
  211. #ifndef _TANDEM_SOURCE
  212. # undef _TANDEM_SOURCE
  213. #endif
  214. /* Enable general extensions on Solaris. */
  215. #ifndef __EXTENSIONS__
  216. # undef __EXTENSIONS__
  217. #endif
  218. /* Version number of package */
  219. #undef VERSION
  220. /* Define to 1 if on MINIX. */
  221. #undef _MINIX
  222. /* Define to 2 if the system does not provide POSIX.1 features except with
  223. this defined. */
  224. #undef _POSIX_1_SOURCE
  225. /* Define to 1 if you need to in order for `stat' and other things to work. */
  226. #undef _POSIX_SOURCE
  227. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  228. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  229. #define below would cause a syntax error. */
  230. #undef _UINT32_T
  231. /* clockid_t */
  232. #undef clockid_t
  233. /* Define to empty if `const' does not conform to ANSI C. */
  234. #undef const
  235. /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
  236. not define. */
  237. #undef intmax_t
  238. /* Define to rpl_malloc if the replacement function should be used. */
  239. #undef malloc
  240. /* Define to `int' if <sys/types.h> does not define. */
  241. #undef pid_t
  242. /* Define to rpl_realloc if the replacement function should be used. */
  243. #undef realloc
  244. /* Define to `unsigned int' if <sys/types.h> does not define. */
  245. #undef size_t
  246. /* Define to rpl_snprintf if the replacement function should be used. */
  247. #undef snprintf
  248. /* timer_t */
  249. #undef timer_t
  250. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  251. such a type exists and the standard includes do not define it. */
  252. #undef uint32_t
  253. /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
  254. do not define. */
  255. #undef uintmax_t
  256. /* Define to the type of an unsigned integer type wide enough to hold a
  257. pointer, if such a type exists, and if the system does not define it. */
  258. #undef uintptr_t
  259. /* Define to rpl_vsnprintf if the replacement function should be used. */
  260. #undef vsnprintf