config.h.in 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if the type of bitfields effects alignment. */
  3. #undef HAVE_BITFIELD_TYPE_MATTERS
  4. /* Define to 1 if the target assembler supports thread-local storage. */
  5. #undef HAVE_CC_TLS
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* Define to 1 if you have the <sched.h> header file. */
  13. #undef HAVE_SCHED_H
  14. /* Define to 1 if you have the <stdint.h> header file. */
  15. #undef HAVE_STDINT_H
  16. /* Define to 1 if you have the <stdlib.h> header file. */
  17. #undef HAVE_STDLIB_H
  18. /* Define to 1 if you have the <strings.h> header file. */
  19. #undef HAVE_STRINGS_H
  20. /* Define to 1 if you have the <string.h> header file. */
  21. #undef HAVE_STRING_H
  22. /* Define to 1 if you have the <sys/stat.h> header file. */
  23. #undef HAVE_SYS_STAT_H
  24. /* Define to 1 if you have the <sys/types.h> header file. */
  25. #undef HAVE_SYS_TYPES_H
  26. /* Define to 1 if the target supports thread-local storage. */
  27. #undef HAVE_TLS
  28. /* Define to 1 if you have the <unistd.h> header file. */
  29. #undef HAVE_UNISTD_H
  30. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  31. */
  32. #undef LT_OBJDIR
  33. /* Define to the address where bug reports for this package should be sent. */
  34. #undef PACKAGE_BUGREPORT
  35. /* Define to the full name of this package. */
  36. #undef PACKAGE_NAME
  37. /* Define to the full name and version of this package. */
  38. #undef PACKAGE_STRING
  39. /* Define to the one symbol short name of this package. */
  40. #undef PACKAGE_TARNAME
  41. /* Define to the home page for this package. */
  42. #undef PACKAGE_URL
  43. /* Define to the version of this package. */
  44. #undef PACKAGE_VERSION
  45. /* Define to 1 if you have the ANSI C header files. */
  46. #undef STDC_HEADERS