1
0

config.h.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* define if the compiler supports basic C++11 syntax */
  3. #undef HAVE_CXX11
  4. /* define if the compiler supports basic C++14 syntax */
  5. #undef HAVE_CXX14
  6. /* define if the compiler supports basic C++17 syntax */
  7. #undef HAVE_CXX17
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define to 1 if you have the <memory.h> header file. */
  13. #undef HAVE_MEMORY_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 you have the <unistd.h> header file. */
  27. #undef HAVE_UNISTD_H
  28. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  29. #undef LT_OBJDIR
  30. /* Name of package */
  31. #undef PACKAGE
  32. /* Define to the address where bug reports for this package should be sent. */
  33. #undef PACKAGE_BUGREPORT
  34. /* Define to the full name of this package. */
  35. #undef PACKAGE_NAME
  36. /* Define to the full name and version of this package. */
  37. #undef PACKAGE_STRING
  38. /* Define to the one symbol short name of this package. */
  39. #undef PACKAGE_TARNAME
  40. /* Define to the home page for this package. */
  41. #undef PACKAGE_URL
  42. /* Define to the version of this package. */
  43. #undef PACKAGE_VERSION
  44. /* Define to 1 if you have the ANSI C header files. */
  45. #undef STDC_HEADERS
  46. /* Version number of package */
  47. #undef VERSION
  48. /* Enable large inode numbers on Mac OS X 10.5. */
  49. #ifndef _DARWIN_USE_64_BIT_INODE
  50. # define _DARWIN_USE_64_BIT_INODE 1
  51. #endif
  52. /* Number of bits in a file offset, on hosts where this is settable. */
  53. #undef _FILE_OFFSET_BITS
  54. /* Define for large files, on AIX-style hosts. */
  55. #undef _LARGE_FILES