config.h.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <alloca.h> header file. */
  3. #undef HAVE_ALLOCA_H
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <fcntl.h> header file. */
  7. #undef HAVE_FCNTL_H
  8. /* __attribute__((visibility ("hidden"))) supported */
  9. #undef HAVE_HIDDEN_VISIBILITY
  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 <malloc.h> header file. */
  15. #undef HAVE_MALLOC_H
  16. /* Define to 1 if you have the `memmove' function. */
  17. #undef HAVE_MEMMOVE
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #undef HAVE_MEMORY_H
  20. /* Define to 1 if you have the `mempcpy' function. */
  21. #undef HAVE_MEMPCPY
  22. /* Define to 1 if you have the <paths.h> header file. */
  23. #undef HAVE_PATHS_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 <stdio.h> header file. */
  27. #undef HAVE_STDIO_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  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 `strncat' function. */
  35. #undef HAVE_STRNCAT
  36. /* Define to 1 if you have the `strncpy' function. */
  37. #undef HAVE_STRNCPY
  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/stat.h> header file. */
  41. #undef HAVE_SYS_STAT_H
  42. /* Define to 1 if you have the <sys/types.h> header file. */
  43. #undef HAVE_SYS_TYPES_H
  44. /* Define to 1 if you have the <unistd.h> header file. */
  45. #undef HAVE_UNISTD_H
  46. /* vsnprintf is present and works */
  47. #undef HAVE_USABLE_VSNPRINTF
  48. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  49. */
  50. #undef LT_OBJDIR
  51. /* Name of package */
  52. #undef PACKAGE
  53. /* Define to the address where bug reports for this package should be sent. */
  54. #undef PACKAGE_BUGREPORT
  55. /* Define to the full name of this package. */
  56. #undef PACKAGE_NAME
  57. /* Define to the full name and version of this package. */
  58. #undef PACKAGE_STRING
  59. /* Define to the one symbol short name of this package. */
  60. #undef PACKAGE_TARNAME
  61. /* Define to the home page for this package. */
  62. #undef PACKAGE_URL
  63. /* Define to the version of this package. */
  64. #undef PACKAGE_VERSION
  65. /* Define to 1 if you have the ANSI C header files. */
  66. #undef STDC_HEADERS
  67. /* Version number of package */
  68. #undef VERSION