config.h.in 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <arpa/inet.h> header file. */
  3. #undef HAVE_ARPA_INET_H
  4. /* Define to 1 if you have the <fcntl.h> header file. */
  5. #undef HAVE_FCNTL_H
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  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 you have the `memset' function. */
  14. #undef HAVE_MEMSET
  15. /* Define to 1 if you have the `regcomp' function. */
  16. #undef HAVE_REGCOMP
  17. /* Define to 1 if `stat' has the bug that it succeeds when given the
  18. zero-length file name argument. */
  19. #undef HAVE_STAT_EMPTY_STRING_BUG
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #undef HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #undef HAVE_STDLIB_H
  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 `strtoul' function. */
  33. #undef HAVE_STRTOUL
  34. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  35. #undef HAVE_SYS_IOCTL_H
  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 1 if you have the <termios.h> header file. */
  41. #undef HAVE_TERMIOS_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  45. slash. */
  46. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  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 version of this package. */
  60. #undef PACKAGE_VERSION
  61. /* Define to 1 if you have the ANSI C header files. */
  62. #undef STDC_HEADERS
  63. /* Use libusb subsystem */
  64. #undef SUBSYS_LIBUSB
  65. /* Use sg subsystem */
  66. #undef SUBSYS_SG
  67. /* Use spt subsystem */
  68. #undef SUBSYS_SPT
  69. /* Version number of package */
  70. #undef VERSION
  71. /* Define for Solaris 2.5.1 so the uint32_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 _UINT32_T
  75. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  76. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  77. #define below would cause a syntax error. */
  78. #undef _UINT64_T
  79. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  80. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  81. #define below would cause a syntax error. */
  82. #undef _UINT8_T
  83. /* Define to empty if `const' does not conform to ANSI C. */
  84. #undef const
  85. /* Define to rpl_malloc if the replacement function should be used. */
  86. #undef malloc
  87. /* Define to `unsigned int' if <sys/types.h> does not define. */
  88. #undef size_t
  89. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  90. such a type exists and the standard includes do not define it. */
  91. #undef uint16_t
  92. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  93. such a type exists and the standard includes do not define it. */
  94. #undef uint32_t
  95. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  96. such a type exists and the standard includes do not define it. */
  97. #undef uint64_t
  98. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  99. such a type exists and the standard includes do not define it. */
  100. #undef uint8_t