forked from sox_ng/sox_ng
129 lines
4.2 KiB
Text
129 lines
4.2 KiB
Text
/*
|
|
* libpng configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBPNG_CONFIG_INCLUDED
|
|
#define LIBPNG_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* define to 1 if you have the <dlfcn.h> header file */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* define to 1 if you have the 'feenableexcept' function */
|
|
#cmakedefine HAVE_FEENABLEEXCEPT 1
|
|
|
|
/* define to 1 if you have the <inttypes.h> header file */
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
/* define to 1 if you have the `m' library (-lm) */
|
|
#cmakedefine HAVE_LIBM 1
|
|
|
|
/* define to 1 if you have the `z' library (-lz) */
|
|
#cmakedefine HAVE_LIBZ 1
|
|
|
|
/* define to 1 if you have the 'pow' function */
|
|
#cmakedefine HAVE_POW 1
|
|
|
|
/* define to 1 if you have the <stdint.h> header file */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* define to 1 if you have the <stdio.h> header file */
|
|
#cmakedefine HAVE_STDIO_H 1
|
|
|
|
/* define to 1 if you have the <stdlib.h> header file */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* define to 1 if you have the <string.h> header file */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* define to 1 if you have the <strings.h> header file */
|
|
#cmakedefine HAVE_STRINGS_H 1
|
|
|
|
/* define to 1 if you have the <sys/stat.h> header file */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* define to 1 if you have the <sys/types.h> header file */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* define to 1 if you have the <unistd.h> header file */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* name of package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* define to the address where bug reports for this package should be
|
|
* sent */
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
|
|
/* define to the full name of this package */
|
|
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
|
|
|
|
/* define to the full name and version of this package */
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
/* define to the one symbol short name of this package */
|
|
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
|
|
|
/* define to the version of this package. */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* turn on ARM Neon optimizations at run-time */
|
|
#cmakedefine PNG_ARM_NEON_API_SUPPORTED 1
|
|
|
|
/* check for ARM Neon support at run-time */
|
|
#cmakedefine PNG_ARM_NEON_CHECK_SUPPORTED 1
|
|
|
|
/* enable ARM Neon optimizations */
|
|
#cmakedefine PNG_ARM_NEON_OPT 1
|
|
|
|
/* enable Intel SSE optimizations */
|
|
#cmakedefine PNG_INTEL_SSE_OPT 1
|
|
|
|
/* enable LOONGARCH LSX optimizations */
|
|
#cmakedefine PNG_LOONGARCH_LSX_OPT 1
|
|
|
|
/* turn on MIPS MMI optimizations at run-time */
|
|
#cmakedefine PNG_MIPS_MMI_API_SUPPORTED 1
|
|
|
|
/* check for MIPS MMI support at run-time */
|
|
#cmakedefine PNG_MIPS_MMI_CHECK_SUPPORTED 1
|
|
|
|
/* enable MIPS MMI optimizations */
|
|
#cmakedefine PNG_MIPS_MMI_OPT 1
|
|
|
|
/* turn on MIPS MSA optimizations at run-time */
|
|
#cmakedefine PNG_MIPS_MSA_API_SUPPORTED 1
|
|
|
|
/* check for MIPS MSA support at run-time */
|
|
#cmakedefine PNG_MIPS_MSA_CHECK_SUPPORTED 1
|
|
|
|
/* enable MIPS MSA optimizations */
|
|
#cmakedefine PNG_MIPS_MSA_OPT 1
|
|
|
|
/* turn on POWERPC VSX optimizations at run-time */
|
|
#cmakedefine PNG_POWERPC_VSX_API_SUPPORTED 1
|
|
|
|
/* check for POWERPC VSX support at run-time */
|
|
#cmakedefine PNG_POWERPC_VSX_CHECK_SUPPORTED 1
|
|
|
|
/* enable POWERPC VSX optimizations */
|
|
#cmakedefine PNG_POWERPC_VSX_OPT 1
|
|
|
|
/* define to 1 if you have the ANSI C header files */
|
|
#cmakedefine STDC_HEADERS 1
|
|
|
|
/* define to 1 if your <sys/time.h> declares 'struct tm' */
|
|
#cmakedefine TM_IN_SYS_TIME 1
|
|
|
|
/* version number of package */
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
/* Define to the equivalent of the C99 'restrict' keyword, or to
|
|
nothing if this is not supported. Do not define if restrict is
|
|
supported only directly. */
|
|
#define restrict
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBPNG_CONFIG_INCLUDED */
|