config.h.in 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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 `pow' function. */
  15. #undef HAVE_POW
  16. /* Define to 1 if you have the <stdint.h> header file. */
  17. #undef HAVE_STDINT_H
  18. /* Define to 1 if you have the <stdlib.h> header file. */
  19. #undef HAVE_STDLIB_H
  20. /* Define to 1 if you have the <strings.h> header file. */
  21. #undef HAVE_STRINGS_H
  22. /* Define to 1 if you have the <string.h> header file. */
  23. #undef HAVE_STRING_H
  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 where libtool stores uninstalled libraries. */
  31. #undef LT_OBJDIR
  32. /* Name of package */
  33. #undef PACKAGE
  34. /* Define to the address where bug reports for this package should be sent. */
  35. #undef PACKAGE_BUGREPORT
  36. /* Define to the full name of this package. */
  37. #undef PACKAGE_NAME
  38. /* Define to the full name and version of this package. */
  39. #undef PACKAGE_STRING
  40. /* Define to the one symbol short name of this package. */
  41. #undef PACKAGE_TARNAME
  42. /* Define to the home page for this package. */
  43. #undef PACKAGE_URL
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* Turn on ARM Neon optimizations at run-time */
  47. #undef PNG_ARM_NEON_API_SUPPORTED
  48. /* Check for ARM Neon support at run-time */
  49. #undef PNG_ARM_NEON_CHECK_SUPPORTED
  50. /* Enable ARM Neon optimizations */
  51. #undef PNG_ARM_NEON_OPT
  52. /* Enable Intel SSE optimizations */
  53. #undef PNG_INTEL_SSE_OPT
  54. /* Turn on MIPS MSA optimizations at run-time */
  55. #undef PNG_MIPS_MSA_API_SUPPORTED
  56. /* Check for MIPS MSA support at run-time */
  57. #undef PNG_MIPS_MSA_CHECK_SUPPORTED
  58. /* Enable MIPS MSA optimizations */
  59. #undef PNG_MIPS_MSA_OPT
  60. /* Turn on POWERPC VSX optimizations at run-time */
  61. #undef PNG_POWERPC_VSX_API_SUPPORTED
  62. /* Check for POWERPC VSX support at run-time */
  63. #undef PNG_POWERPC_VSX_CHECK_SUPPORTED
  64. /* Enable POWERPC VSX optimizations */
  65. #undef PNG_POWERPC_VSX_OPT
  66. /* Define to 1 if you have the ANSI C header files. */
  67. #undef STDC_HEADERS
  68. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  69. #undef TM_IN_SYS_TIME
  70. /* Version number of package */
  71. #undef VERSION
  72. /* Define to empty if `const' does not conform to ANSI C. */
  73. #undef const
  74. /* Define to the equivalent of the C99 'restrict' keyword, or to
  75. nothing if this is not supported. Do not define if restrict is
  76. supported directly. */
  77. #undef restrict
  78. /* Work around a bug in Sun C++: it does not support _Restrict or
  79. __restrict__, even though the corresponding Sun C compiler ends up with
  80. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  81. previous line. Perhaps some future version of Sun C++ will work with
  82. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  83. #if defined __SUNPRO_CC && !defined __RESTRICT
  84. # define _Restrict
  85. # define __restrict__
  86. #endif
  87. /* Define to `unsigned int' if <sys/types.h> does not define. */
  88. #undef size_t