config.h.in 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Year, month and day this program is compiled. */
  3. #undef COMPILE_DATE
  4. /* System where this is compiled. */
  5. #undef COMPILE_UNAME
  6. /* major */
  7. #undef GENERIC_MAJOR_VERSION
  8. /* micro */
  9. #undef GENERIC_MICRO_VERSION
  10. /* minor */
  11. #undef GENERIC_MINOR_VERSION
  12. /* major */
  13. #undef GT_MAJOR_VERSION
  14. /* micro */
  15. #undef GT_MINI_VERSION
  16. /* minor */
  17. #undef GT_MINOR_VERSION
  18. /* Define to 1 if you have the <dlfcn.h> header file. */
  19. #undef HAVE_DLFCN_H
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #undef HAVE_INTTYPES_H
  22. /* Define to 1 if you have the <memory.h> header file. */
  23. #undef HAVE_MEMORY_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 <stdlib.h> header file. */
  27. #undef HAVE_STDLIB_H
  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 <sys/stat.h> header file. */
  33. #undef HAVE_SYS_STAT_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Define to 1 if you have the <unistd.h> header file. */
  37. #undef HAVE_UNISTD_H
  38. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  39. #undef LT_OBJDIR
  40. /* Name of package */
  41. #undef PACKAGE
  42. /* Define to the address where bug reports for this package should be sent. */
  43. #undef PACKAGE_BUGREPORT
  44. /* Define to the full name of this package. */
  45. #undef PACKAGE_NAME
  46. /* Define to the full name and version of this package. */
  47. #undef PACKAGE_STRING
  48. /* Define to the one symbol short name of this package. */
  49. #undef PACKAGE_TARNAME
  50. /* Define to the home page for this package. */
  51. #undef PACKAGE_URL
  52. /* Define to the version of this package. */
  53. #undef PACKAGE_VERSION
  54. /* Define to 1 if you have the ANSI C header files. */
  55. #undef STDC_HEADERS
  56. /* Version number of package */
  57. #undef VERSION