Subversion Repositories Kolibri OS

Rev

Rev 1897 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1897 Rev 3928
Line 1... Line 1...
1
/* config.h.  Generated from config.h.in by configure.  */
1
/* config.h.  Generated from config.h.in by configure.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
Line 3... Line 3...
3
 
3
 
4
/* Define to 1 if you have the  header file. */
4
/* Define to 1 if you have the  header file. */
-
 
5
/* #undef HAVE_DLFCN_H */
-
 
6
 
-
 
7
/* Define to 1 if you have the `feenableexcept' function. */
Line 5... Line 8...
5
#define HAVE_DLFCN_H 1
8
/* #undef HAVE_FEENABLEEXCEPT */
6
 
9
 
Line 7... Line 10...
7
/* Define to 1 if you have the  header file. */
10
/* Define to 1 if you have the  header file. */
8
#define HAVE_INTTYPES_H 1
11
#define HAVE_INTTYPES_H 1
Line 9... Line 12...
9
 
12
 
10
/* Define to 1 if you have the `m' library (-lm). */
13
/* Define to 1 if you have the `m' library (-lm). */
Line 11... Line -...
11
#define HAVE_LIBM 1
-
 
12
 
-
 
13
/* Define to 1 if you have the `z' library (-lz). */
-
 
14
#define HAVE_LIBZ 1
14
/* #undef HAVE_LIBM */
15
 
15
 
Line 16... Line 16...
16
/* Define to 1 if you have the  header file. */
16
/* Define to 1 if you have the `z' library (-lz). */
17
#define HAVE_MALLOC_H 1
17
#define HAVE_LIBZ 1
Line 18... Line 18...
18
 
18
 
19
/* Define to 1 if you have the  header file. */
19
/* Define to 1 if you have the  header file. */
Line 20... Line 20...
20
#define HAVE_MEMORY_H 1
20
#define HAVE_MEMORY_H 1
21
 
21
 
Line 22... Line 22...
22
/* Define to 1 if you have the `memset' function. */
22
/* Define to 1 if you have the `memset' function. */
Line 58... Line 58...
58
 
58
 
59
/* Define to the full name of this package. */
59
/* Define to the full name of this package. */
Line 60... Line 60...
60
#define PACKAGE_NAME "libpng"
60
#define PACKAGE_NAME "libpng"
61
 
61
 
Line 62... Line 62...
62
/* Define to the full name and version of this package. */
62
/* Define to the full name and version of this package. */
63
#define PACKAGE_STRING "libpng 1.5.1"
63
#define PACKAGE_STRING "libpng 1.6.5"
Line 64... Line 64...
64
 
64
 
65
/* Define to the one symbol short name of this package. */
65
/* Define to the one symbol short name of this package. */
Line 66... Line 66...
66
#define PACKAGE_TARNAME "libpng"
66
#define PACKAGE_TARNAME "libpng"
67
 
67
 
-
 
68
/* Define to the home page for this package. */
-
 
69
#define PACKAGE_URL ""
-
 
70
 
-
 
71
/* Define to the version of this package. */
-
 
72
#define PACKAGE_VERSION "1.6.5"
-
 
73
 
-
 
74
/* Turn on ARM Neon optimizations at run-time */
-
 
75
/* #undef PNG_ARM_NEON_API_SUPPORTED */
-
 
76
 
Line 68... Line 77...
68
/* Define to the home page for this package. */
77
/* Check for ARM Neon support at run-time */
69
#define PACKAGE_URL ""
78
/* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
Line 70... Line 79...
70
 
79
 
71
/* Define to the version of this package. */
80
/* Enable ARM Neon optimizations */
Line 72... Line 81...
72
#define PACKAGE_VERSION "1.5.1"
81
/* #undef PNG_ARM_NEON_OPT */
73
 
82
 
Line 74... Line 83...
74
/* Define to 1 if you have the ANSI C header files. */
83
/* Define to 1 if you have the ANSI C header files. */
75
#define STDC_HEADERS 1
84
#define STDC_HEADERS 1
Line -... Line 85...
-
 
85
 
-
 
86
/* Define to 1 if your  declares `struct tm'. */
-
 
87
/* #undef TM_IN_SYS_TIME */
-
 
88
 
-
 
89
/* Version number of package */
-
 
90
#define VERSION "1.6.5"
-
 
91
 
-
 
92
/* Define to empty if `const' does not conform to ANSI C. */
-
 
93
/* #undef const */
-
 
94
 
-
 
95
/* Define to the equivalent of the C99 'restrict' keyword, or to
-
 
96
   nothing if this is not supported.  Do not define if restrict is
-
 
97
   supported directly.  */
-
 
98
#define restrict __restrict
76
 
99
/* Work around a bug in Sun C++: it does not support _Restrict or
77
/* Define to 1 if your  declares `struct tm'. */
100
   __restrict__, even though the corresponding Sun C compiler ends up with