config.h.in 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_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 `localeconv' function. */
  7. #undef HAVE_LOCALECONV
  8. /* Define to 1 if you have the <locale.h> header file. */
  9. #undef HAVE_LOCALE_H
  10. /* Define to 1 if the system has the type `long long int'. */
  11. #undef HAVE_LONG_LONG_INT
  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 `strtoll' function. */
  23. #undef HAVE_STRTOLL
  24. /* Define to 1 if you have the <sys/stat.h> header file. */
  25. #undef HAVE_SYS_STAT_H
  26. /* Define to 1 if you have the <sys/types.h> header file. */
  27. #undef HAVE_SYS_TYPES_H
  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. /* Name of package */
  34. #undef PACKAGE
  35. /* Define to the address where bug reports for this package should be sent. */
  36. #undef PACKAGE_BUGREPORT
  37. /* Define to the full name of this package. */
  38. #undef PACKAGE_NAME
  39. /* Define to the full name and version of this package. */
  40. #undef PACKAGE_STRING
  41. /* Define to the one symbol short name of this package. */
  42. #undef PACKAGE_TARNAME
  43. /* Define to the home page for this package. */
  44. #undef PACKAGE_URL
  45. /* Define to the version of this package. */
  46. #undef PACKAGE_VERSION
  47. /* Define to 1 if you have the ANSI C header files. */
  48. #undef STDC_HEADERS
  49. /* Version number of package */
  50. #undef VERSION
  51. /* Define to `__inline__' or `__inline' if that's what the C compiler
  52. calls it, or to nothing if 'inline' is not supported under any name. */
  53. #ifndef __cplusplus
  54. #undef inline
  55. #endif
  56. /* Define to the type of a signed integer type of width exactly 32 bits if
  57. such a type exists and the standard includes do not define it. */
  58. #undef int32_t
粤ICP备19079148号