fukasawa e60969
/* config.h.in.  Generated from configure.ac by autoheader.  */
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <dlfcn.h> header file. */</dlfcn.h>
fukasawa e60969
#undef HAVE_DLFCN_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the `feenableexcept' function. */
fukasawa e60969
#undef HAVE_FEENABLEEXCEPT
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <inttypes.h> header file. */</inttypes.h>
fukasawa e60969
#undef HAVE_INTTYPES_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the `m' library (-lm). */
fukasawa e60969
#undef HAVE_LIBM
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the `z' library (-lz). */
fukasawa e60969
#undef HAVE_LIBZ
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <memory.h> header file. */</memory.h>
fukasawa e60969
#undef HAVE_MEMORY_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the `memset' function. */
fukasawa e60969
#undef HAVE_MEMSET
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the `pow' function. */
fukasawa e60969
#undef HAVE_POW
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <stdint.h> header file. */</stdint.h>
fukasawa e60969
#undef HAVE_STDINT_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <stdlib.h> header file. */</stdlib.h>
fukasawa e60969
#undef HAVE_STDLIB_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <strings.h> header file. */</strings.h>
fukasawa e60969
#undef HAVE_STRINGS_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <string.h> header file. */</string.h>
fukasawa e60969
#undef HAVE_STRING_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <sys stat.h=""> header file. */</sys>
fukasawa e60969
#undef HAVE_SYS_STAT_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <sys types.h=""> header file. */</sys>
fukasawa e60969
#undef HAVE_SYS_TYPES_H
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the <unistd.h> header file. */</unistd.h>
fukasawa e60969
#undef HAVE_UNISTD_H
fukasawa e60969
fukasawa e60969
/* Define to the sub-directory where libtool stores uninstalled libraries. */
fukasawa e60969
#undef LT_OBJDIR
fukasawa e60969
fukasawa e60969
/* Name of package */
fukasawa e60969
#undef PACKAGE
fukasawa e60969
fukasawa e60969
/* Define to the address where bug reports for this package should be sent. */
fukasawa e60969
#undef PACKAGE_BUGREPORT
fukasawa e60969
fukasawa e60969
/* Define to the full name of this package. */
fukasawa e60969
#undef PACKAGE_NAME
fukasawa e60969
fukasawa e60969
/* Define to the full name and version of this package. */
fukasawa e60969
#undef PACKAGE_STRING
fukasawa e60969
fukasawa e60969
/* Define to the one symbol short name of this package. */
fukasawa e60969
#undef PACKAGE_TARNAME
fukasawa e60969
fukasawa e60969
/* Define to the home page for this package. */
fukasawa e60969
#undef PACKAGE_URL
fukasawa e60969
fukasawa e60969
/* Define to the version of this package. */
fukasawa e60969
#undef PACKAGE_VERSION
fukasawa e60969
fukasawa e60969
/* Turn on ARM Neon optimizations at run-time */
fukasawa e60969
#undef PNG_ARM_NEON_API_SUPPORTED
fukasawa e60969
fukasawa e60969
/* Check for ARM Neon support at run-time */
fukasawa e60969
#undef PNG_ARM_NEON_CHECK_SUPPORTED
fukasawa e60969
fukasawa e60969
/* Enable ARM Neon optimizations */
fukasawa e60969
#undef PNG_ARM_NEON_OPT
fukasawa e60969
fukasawa e60969
/* Define to 1 if you have the ANSI C header files. */
fukasawa e60969
#undef STDC_HEADERS
fukasawa e60969
fukasawa e60969
/* Define to 1 if your <sys time.h=""> declares `struct tm'. */</sys>
fukasawa e60969
#undef TM_IN_SYS_TIME
fukasawa e60969
fukasawa e60969
/* Version number of package */
fukasawa e60969
#undef VERSION
fukasawa e60969
fukasawa e60969
/* Define to empty if `const' does not conform to ANSI C. */
fukasawa e60969
#undef const
fukasawa e60969
fukasawa e60969
/* Define to the equivalent of the C99 'restrict' keyword, or to
fukasawa e60969
   nothing if this is not supported.  Do not define if restrict is
fukasawa e60969
   supported directly.  */
fukasawa e60969
#undef restrict
fukasawa e60969
/* Work around a bug in Sun C++: it does not support _Restrict or
fukasawa e60969
   __restrict__, even though the corresponding Sun C compiler ends up with
fukasawa e60969
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
fukasawa e60969
   previous line.  Perhaps some future version of Sun C++ will work with
fukasawa e60969
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
fukasawa e60969
#if defined __SUNPRO_CC && !defined __RESTRICT
fukasawa e60969
# define _Restrict
fukasawa e60969
# define __restrict__
fukasawa e60969
#endif
fukasawa e60969
fukasawa e60969
/* Define to `unsigned int' if <sys types.h=""> does not define. */</sys>
fukasawa e60969
#undef size_t