config.h.in 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /* config.h.in. Generated from configure.ac 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 have the <inttypes.h> header file. */
  5. #undef HAVE_INTTYPES_H
  6. /* Define if you have libimobiledevice support */
  7. #undef HAVE_LIBIMOBILEDEVICE
  8. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  9. to 0 otherwise. */
  10. #undef HAVE_MALLOC
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #undef HAVE_MEMORY_H
  13. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  14. and to 0 otherwise. */
  15. #undef HAVE_REALLOC
  16. /* Define to 1 if you have the <stdint.h> header file. */
  17. #undef HAVE_STDINT_H
  18. /* Define to 1 if you have the <stdlib.h> header file. */
  19. #undef HAVE_STDLIB_H
  20. /* Define to 1 if you have the `stpcpy' function. */
  21. #undef HAVE_STPCPY
  22. /* Define to 1 if you have the `strcasecmp' function. */
  23. #undef HAVE_STRCASECMP
  24. /* Define to 1 if you have the `strdup' function. */
  25. #undef HAVE_STRDUP
  26. /* Define to 1 if you have the `strerror' function. */
  27. #undef HAVE_STRERROR
  28. /* Define to 1 if you have the <strings.h> header file. */
  29. #undef HAVE_STRINGS_H
  30. /* Define to 1 if you have the <string.h> header file. */
  31. #undef HAVE_STRING_H
  32. /* Define to 1 if you have the `strndup' function. */
  33. #undef HAVE_STRNDUP
  34. /* Define to enable systemd support */
  35. #undef HAVE_SYSTEMD
  36. /* Define to 1 if you have the <sys/stat.h> header file. */
  37. #undef HAVE_SYS_STAT_H
  38. /* Define to 1 if you have the <sys/types.h> header file. */
  39. #undef HAVE_SYS_TYPES_H
  40. /* Define to enable udev support */
  41. #undef HAVE_UDEV
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  45. */
  46. #undef LT_OBJDIR
  47. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  48. #undef NO_MINUS_C_MINUS_O
  49. /* Name of package */
  50. #undef PACKAGE
  51. /* Define to the address where bug reports for this package should be sent. */
  52. #undef PACKAGE_BUGREPORT
  53. /* Define to the full name of this package. */
  54. #undef PACKAGE_NAME
  55. /* Define to the full name and version of this package. */
  56. #undef PACKAGE_STRING
  57. /* Define to the one symbol short name of this package. */
  58. #undef PACKAGE_TARNAME
  59. /* Define to the home page for this package. */
  60. #undef PACKAGE_URL
  61. /* Define to the version of this package. */
  62. #undef PACKAGE_VERSION
  63. /* Define to 1 if you have the ANSI C header files. */
  64. #undef STDC_HEADERS
  65. /* Version number of package */
  66. #undef VERSION
  67. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  68. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  69. #define below would cause a syntax error. */
  70. #undef _UINT32_T
  71. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  72. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  73. #define below would cause a syntax error. */
  74. #undef _UINT8_T
  75. /* Define to empty if `const' does not conform to ANSI C. */
  76. #undef const
  77. /* Define to rpl_malloc if the replacement function should be used. */
  78. //#undef malloc
  79. /* Define to rpl_realloc if the replacement function should be used. */
  80. //#undef realloc
  81. /* Define to `unsigned int' if <sys/types.h> does not define. */
  82. #undef size_t
  83. /* Define to `int' if <sys/types.h> does not define. */
  84. #undef ssize_t
  85. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  86. such a type exists and the standard includes do not define it. */
  87. #undef uint16_t
  88. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  89. such a type exists and the standard includes do not define it. */
  90. #undef uint32_t
  91. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  92. such a type exists and the standard includes do not define it. */
  93. #undef uint8_t