You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.in 3.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if .gnu.warning accepts long strings. */
  3. #undef HAS_GNU_WARNING_LONG
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  7. #undef HAVE_DOPRNT
  8. /* Define to 1 if you have the <fcntl.h> header file. */
  9. #undef HAVE_FCNTL_H
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define to 1 if you have the <limits.h> header file. */
  13. #undef HAVE_LIMITS_H
  14. /* Define to 1 if you have the <locale.h> header file. */
  15. #undef HAVE_LOCALE_H
  16. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  17. to 0 otherwise. */
  18. #undef HAVE_MALLOC
  19. /* Define to 1 if you have the <memory.h> header file. */
  20. #undef HAVE_MEMORY_H
  21. /* Define to 1 if you have the `open' function. */
  22. #undef HAVE_OPEN
  23. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  24. and to 0 otherwise. */
  25. #undef HAVE_REALLOC
  26. /* Define to 1 if you have the `setlocale' function. */
  27. #undef HAVE_SETLOCALE
  28. /* Define to 1 if you have the `snprintf' function. */
  29. #undef HAVE_SNPRINTF
  30. /* Define to 1 if you have the <stdarg.h> header file. */
  31. #undef HAVE_STDARG_H
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #undef HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdlib.h> header file. */
  35. #undef HAVE_STDLIB_H
  36. /* Define to 1 if you have the `strcasecmp' function. */
  37. #undef HAVE_STRCASECMP
  38. /* Define to 1 if you have the `strdup' function. */
  39. #undef HAVE_STRDUP
  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 `strncasecmp' function. */
  47. #undef HAVE_STRNCASECMP
  48. /* Define to 1 if you have the <syslog.h> header file. */
  49. #undef HAVE_SYSLOG_H
  50. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  51. #undef HAVE_SYS_CDEFS_H
  52. /* Define to 1 if you have the <sys/param.h> header file. */
  53. #undef HAVE_SYS_PARAM_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/types.h> header file. */
  57. #undef HAVE_SYS_TYPES_H
  58. /* Define to 1 if you have the <unistd.h> header file. */
  59. #undef HAVE_UNISTD_H
  60. /* Define to 1 if you have the `vasprintf' function. */
  61. #undef HAVE_VASPRINTF
  62. /* Define to 1 if you have the `vprintf' function. */
  63. #undef HAVE_VPRINTF
  64. /* Define to 1 if you have the `vsnprintf' function. */
  65. #undef HAVE_VSNPRINTF
  66. /* Define to 1 if you have the `vsyslog' function. */
  67. #undef HAVE_VSYSLOG
  68. /* Public define for json_inttypes.h */
  69. #undef JSON_C_HAVE_INTTYPES_H
  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. /* Define to 1 if you have the ANSI C header files. */
  88. #undef STDC_HEADERS
  89. /* Version number of package */
  90. #undef VERSION
  91. /* Define to empty if `const' does not conform to ANSI C. */
  92. #undef const
  93. /* Define to rpl_malloc if the replacement function should be used. */
  94. #undef malloc
  95. /* Define to rpl_realloc if the replacement function should be used. */
  96. #undef realloc
  97. /* Define to `unsigned int' if <sys/types.h> does not define. */
  98. #undef size_t