config.h.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `clock_gettime' function. */
  3. #undef HAVE_CLOCK_GETTIME
  4. /* Define to 1 if you have the `dnl' function. */
  5. #undef HAVE_DNL
  6. /* Define to 1 if you have the <fenv.h> header file. */
  7. #undef HAVE_FENV_H
  8. /* Define to 1 if you have the `gethrtime' function. */
  9. #undef HAVE_GETHRTIME
  10. /* Define to 1 if you have the `gettimeofday' function. */
  11. #undef HAVE_GETTIMEOFDAY
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #undef HAVE_INTTYPES_H
  14. /* Define to 1 if you have the <limits.h> header file. */
  15. #undef HAVE_LIMITS_H
  16. /* Define to 1 if you have the <mach/mach.h> header file. */
  17. #undef HAVE_MACH_MACH_H
  18. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  19. to 0 otherwise. */
  20. #undef HAVE_MALLOC
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #undef HAVE_MEMORY_H
  23. /* Define to 1 if you have the `memset' function. */
  24. #undef HAVE_MEMSET
  25. /* Define to 1 if you have the `pow' function. */
  26. #undef HAVE_POW
  27. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  28. and to 0 otherwise. */
  29. #undef HAVE_REALLOC
  30. /* Define to 1 if you have the `sqrt' function. */
  31. #undef HAVE_SQRT
  32. /* Define to 1 if you have the <stddef.h> header file. */
  33. #undef HAVE_STDDEF_H
  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 `strerror' function. */
  39. #undef HAVE_STRERROR
  40. /* Define to 1 if you have the <strings.h> header file. */
  41. #undef HAVE_STRINGS_H
  42. /* Define to 1 if you have the <string.h> header file. */
  43. #undef HAVE_STRING_H
  44. /* Define to 1 if you have the `strstr' function. */
  45. #undef HAVE_STRSTR
  46. /* Define to 1 if you have the `strtoul' function. */
  47. #undef HAVE_STRTOUL
  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/time.h> header file. */
  51. #undef HAVE_SYS_TIME_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if you have the <unistd.h> header file. */
  55. #undef HAVE_UNISTD_H
  56. /* Define to 1 if the system has the type `_Bool'. */
  57. #undef HAVE__BOOL
  58. /* Name of package */
  59. #undef PACKAGE
  60. /* Define to the address where bug reports for this package should be sent. */
  61. #undef PACKAGE_BUGREPORT
  62. /* Define to the full name of this package. */
  63. #undef PACKAGE_NAME
  64. /* Define to the full name and version of this package. */
  65. #undef PACKAGE_STRING
  66. /* Define to the one symbol short name of this package. */
  67. #undef PACKAGE_TARNAME
  68. /* Define to the home page for this package. */
  69. #undef PACKAGE_URL
  70. /* Define to the version of this package. */
  71. #undef PACKAGE_VERSION
  72. /* Define to 1 if you have the ANSI C header files. */
  73. #undef STDC_HEADERS
  74. /* Version number of package */
  75. #undef VERSION
  76. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  77. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  78. #define below would cause a syntax error. */
  79. #undef _UINT64_T
  80. /* Define to `__inline__' or `__inline' if that's what the C compiler
  81. calls it, or to nothing if 'inline' is not supported under any name. */
  82. #ifndef __cplusplus
  83. #undef inline
  84. #endif
  85. /* Define to rpl_malloc if the replacement function should be used. */
  86. #undef malloc
  87. /* Define to `int' if <sys/types.h> does not define. */
  88. #undef pid_t
  89. /* Define to rpl_realloc if the replacement function should be used. */
  90. #undef realloc
  91. /* Define to `unsigned int' if <sys/types.h> does not define. */
  92. #undef size_t
  93. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  94. such a type exists and the standard includes do not define it. */
  95. #undef uint64_t