config.h.in 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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 `feenableexcept' function. */
  5. #undef HAVE_FEENABLEEXCEPT
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if you have the `m' library (-lm). */
  9. #undef HAVE_LIBM
  10. /* Define to 1 if you have the `z' library (-lz). */
  11. #undef HAVE_LIBZ
  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 `memset' function. */
  15. #undef HAVE_MEMSET
  16. /* Define to 1 if you have the `pow' function. */
  17. #undef HAVE_POW
  18. /* Define to 1 if you have the <stdint.h> header file. */
  19. #undef HAVE_STDINT_H
  20. /* Define to 1 if you have the <stdlib.h> header file. */
  21. #undef HAVE_STDLIB_H
  22. /* Define to 1 if you have the <strings.h> header file. */
  23. #undef HAVE_STRINGS_H
  24. /* Define to 1 if you have the <string.h> header file. */
  25. #undef HAVE_STRING_H
  26. /* Define to 1 if you have the <sys/stat.h> header file. */
  27. #undef HAVE_SYS_STAT_H
  28. /* Define to 1 if you have the <sys/types.h> header file. */
  29. #undef HAVE_SYS_TYPES_H
  30. /* Define to 1 if you have the <unistd.h> header file. */
  31. #undef HAVE_UNISTD_H
  32. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  33. */
  34. #undef LT_OBJDIR
  35. /* Name of package */
  36. #undef PACKAGE
  37. /* Define to the address where bug reports for this package should be sent. */
  38. #undef PACKAGE_BUGREPORT
  39. /* Define to the full name of this package. */
  40. #undef PACKAGE_NAME
  41. /* Define to the full name and version of this package. */
  42. #undef PACKAGE_STRING
  43. /* Define to the one symbol short name of this package. */
  44. #undef PACKAGE_TARNAME
  45. /* Define to the home page for this package. */
  46. #undef PACKAGE_URL
  47. /* Define to the version of this package. */
  48. #undef PACKAGE_VERSION
  49. /* Turn on ARM Neon optimizations at run-time */
  50. #undef PNG_ARM_NEON_API_SUPPORTED
  51. /* Check for ARM Neon support at run-time */
  52. #undef PNG_ARM_NEON_CHECK_SUPPORTED
  53. /* Enable ARM Neon optimizations */
  54. #undef PNG_ARM_NEON_OPT
  55. /* Define to 1 if you have the ANSI C header files. */
  56. #undef STDC_HEADERS
  57. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  58. #undef TM_IN_SYS_TIME
  59. /* Version number of package */
  60. #undef VERSION
  61. /* Define to empty if `const' does not conform to ANSI C. */
  62. #undef const
  63. /* Define to the equivalent of the C99 'restrict' keyword, or to
  64. nothing if this is not supported. Do not define if restrict is
  65. supported directly. */
  66. #undef restrict
  67. /* Work around a bug in Sun C++: it does not support _Restrict or
  68. __restrict__, even though the corresponding Sun C compiler ends up with
  69. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  70. previous line. Perhaps some future version of Sun C++ will work with
  71. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  72. #if defined __SUNPRO_CC && !defined __RESTRICT
  73. # define _Restrict
  74. # define __restrict__
  75. #endif
  76. /* Define to `unsigned int' if <sys/types.h> does not define. */
  77. #undef size_t