config.h.in 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <getopt.h> header file. */
  3. #undef HAVE_GETOPT_H
  4. /* Define to 1 if you have the <inttypes.h> header file. */
  5. #undef HAVE_INTTYPES_H
  6. /* Define to 1 if you have the <locale.h> header file. */
  7. #undef HAVE_LOCALE_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. /* Name of package */
  25. #undef PACKAGE
  26. /* Define to the address where bug reports for this package should be sent. */
  27. #undef PACKAGE_BUGREPORT
  28. /* Define to the full name of this package. */
  29. #undef PACKAGE_NAME
  30. /* Define to the full name and version of this package. */
  31. #undef PACKAGE_STRING
  32. /* Define to the one symbol short name of this package. */
  33. #undef PACKAGE_TARNAME
  34. /* Define to the home page for this package. */
  35. #undef PACKAGE_URL
  36. /* Define to the version of this package. */
  37. #undef PACKAGE_VERSION
  38. /* The size of `int', as computed by sizeof. */
  39. #undef SIZEOF_INT
  40. /* The size of `long', as computed by sizeof. */
  41. #undef SIZEOF_LONG
  42. /* The size of `size_t', as computed by sizeof. */
  43. #undef SIZEOF_SIZE_T
  44. /* Define to 1 if you have the ANSI C header files. */
  45. #undef STDC_HEADERS
  46. /* Version number of package */
  47. #undef VERSION