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.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  5. #undef HAVE_DOPRNT
  6. /* Define to 1 if you have the <fcntl.h> header file. */
  7. #undef HAVE_FCNTL_H
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the <limits.h> header file. */
  11. #undef HAVE_LIMITS_H
  12. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  13. to 0 otherwise. */
  14. #undef HAVE_MALLOC
  15. /* Define to 1 if you have the <memory.h> header file. */
  16. #undef HAVE_MEMORY_H
  17. /* Define to 1 if you have the `open' function. */
  18. #undef HAVE_OPEN
  19. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  20. and to 0 otherwise. */
  21. #undef HAVE_REALLOC
  22. /* Define to 1 if you have the <stdarg.h> header file. */
  23. #undef HAVE_STDARG_H
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #undef HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #undef HAVE_STDLIB_H
  28. /* Define to 1 if you have the `strerror' function. */
  29. #undef HAVE_STRERROR
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if you have the `strncasecmp' function. */
  35. #undef HAVE_STRNCASECMP
  36. /* Define to 1 if you have the `strndup' function. */
  37. #undef HAVE_STRNDUP
  38. /* Define to 1 if you have the <syslog.h> header file. */
  39. #undef HAVE_SYSLOG_H
  40. /* Define to 1 if you have the <sys/param.h> header file. */
  41. #undef HAVE_SYS_PARAM_H
  42. /* Define to 1 if you have the <sys/stat.h> header file. */
  43. #undef HAVE_SYS_STAT_H
  44. /* Define to 1 if you have the <sys/types.h> header file. */
  45. #undef HAVE_SYS_TYPES_H
  46. /* Define to 1 if you have the <unistd.h> header file. */
  47. #undef HAVE_UNISTD_H
  48. /* Define to 1 if you have the `vasprintf' function. */
  49. #undef HAVE_VASPRINTF
  50. /* Define to 1 if you have the `vprintf' function. */
  51. #undef HAVE_VPRINTF
  52. /* Define to 1 if you have the `vsnprintf' function. */
  53. #undef HAVE_VSNPRINTF
  54. /* Define to 1 if you have the `vsyslog' function. */
  55. #undef HAVE_VSYSLOG
  56. /* Name of package */
  57. #undef PACKAGE
  58. /* Define to the address where bug reports for this package should be sent. */
  59. #undef PACKAGE_BUGREPORT
  60. /* Define to the full name of this package. */
  61. #undef PACKAGE_NAME
  62. /* Define to the full name and version of this package. */
  63. #undef PACKAGE_STRING
  64. /* Define to the one symbol short name of this package. */
  65. #undef PACKAGE_TARNAME
  66. /* Define to the version of this package. */
  67. #undef PACKAGE_VERSION
  68. /* Define to 1 if you have the ANSI C header files. */
  69. #undef STDC_HEADERS
  70. /* Version number of package */
  71. #undef VERSION
  72. /* Define to empty if `const' does not conform to ANSI C. */
  73. #undef const
  74. /* Define to rpl_malloc if the replacement function should be used. */
  75. #undef malloc
  76. /* Define to rpl_realloc if the replacement function should be used. */
  77. #undef realloc
  78. /* Define to `unsigned' if <sys/types.h> does not define. */
  79. #undef size_t