config.h.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Do not build with CRC */
  3. #undef DISABLE_CRC
  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 <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #undef HAVE_MEMORY_H
  10. /* Define to 1 if you have the <stdint.h> header file. */
  11. #undef HAVE_STDINT_H
  12. /* Define to 1 if you have the <stdlib.h> header file. */
  13. #undef HAVE_STDLIB_H
  14. /* Define to 1 if you have the <strings.h> header file. */
  15. #undef HAVE_STRINGS_H
  16. /* Define to 1 if you have the <string.h> header file. */
  17. #undef HAVE_STRING_H
  18. /* Define to 1 if you have the <sys/stat.h> header file. */
  19. #undef HAVE_SYS_STAT_H
  20. /* Define to 1 if you have the <sys/types.h> header file. */
  21. #undef HAVE_SYS_TYPES_H
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. #undef HAVE_UNISTD_H
  24. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  25. #undef LT_OBJDIR
  26. /* Name of package */
  27. #undef PACKAGE
  28. /* Define to the address where bug reports for this package should be sent. */
  29. #undef PACKAGE_BUGREPORT
  30. /* Define to the full name of this package. */
  31. #undef PACKAGE_NAME
  32. /* Define to the full name and version of this package. */
  33. #undef PACKAGE_STRING
  34. /* Define to the one symbol short name of this package. */
  35. #undef PACKAGE_TARNAME
  36. /* Define to the home page for this package. */
  37. #undef PACKAGE_URL
  38. /* Define to the version of this package. */
  39. #undef PACKAGE_VERSION
  40. /* The size of `int', as computed by sizeof. */
  41. #undef SIZEOF_INT
  42. /* The size of `int16_t', as computed by sizeof. */
  43. #undef SIZEOF_INT16_T
  44. /* The size of `int32_t', as computed by sizeof. */
  45. #undef SIZEOF_INT32_T
  46. /* The size of `int64_t', as computed by sizeof. */
  47. #undef SIZEOF_INT64_T
  48. /* The size of `long', as computed by sizeof. */
  49. #undef SIZEOF_LONG
  50. /* The size of `long long', as computed by sizeof. */
  51. #undef SIZEOF_LONG_LONG
  52. /* The size of `short', as computed by sizeof. */
  53. #undef SIZEOF_SHORT
  54. /* The size of `uint16_t', as computed by sizeof. */
  55. #undef SIZEOF_UINT16_T
  56. /* The size of `uint32_t', as computed by sizeof. */
  57. #undef SIZEOF_UINT32_T
  58. /* The size of `uint64_t', as computed by sizeof. */
  59. #undef SIZEOF_UINT64_T
  60. /* The size of `u_int16_t', as computed by sizeof. */
  61. #undef SIZEOF_U_INT16_T
  62. /* The size of `u_int32_t', as computed by sizeof. */
  63. #undef SIZEOF_U_INT32_T
  64. /* Define to 1 if you have the ANSI C header files. */
  65. #undef STDC_HEADERS
  66. /* Version number of package */
  67. #undef VERSION
  68. /* Define to empty if `const' does not conform to ANSI C. */
  69. #undef const