blob: 43dc59672247c74c0278a109300892b49623ff0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#define HAVE_DLFCN_H 1
/* #undef HAVE_FEENABLEEXCEPT */
#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBM */
#define HAVE_LIBZ 1
#define HAVE_POW 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "libpng"
#define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
#define PACKAGE_NAME "libpng"
#define PACKAGE_STRING "libpng 1.6.43"
#define PACKAGE_TARNAME "libpng"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "1.6.43"
/* #undef PNG_ARM_NEON_API_SUPPORTED */
/* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
/* #undef PNG_ARM_NEON_OPT */
/* #undef PNG_INTEL_SSE_OPT */
/* #undef PNG_LOONGARCH_LSX_OPT */
/* #undef PNG_MIPS_MMI_API_SUPPORTED */
/* #undef PNG_MIPS_MMI_CHECK_SUPPORTED */
/* #undef PNG_MIPS_MMI_OPT */
/* #undef PNG_MIPS_MSA_API_SUPPORTED */
/* #undef PNG_MIPS_MSA_CHECK_SUPPORTED */
/* #undef PNG_MIPS_MSA_OPT */
/* #undef PNG_POWERPC_VSX_API_SUPPORTED */
/* #undef PNG_POWERPC_VSX_CHECK_SUPPORTED */
/* #undef PNG_POWERPC_VSX_OPT */
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
#define VERSION "1.6.43"
#define restrict __restrict__
#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
# define _Restrict
# define __restrict__
#endif
|