Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
/* config.h.  Generated from config.h.in by configure.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
 
7
/* Whether we have alarm() */
8
/* #undef HAVE_ALARM */
9
 
10
/* Define to 1 if you have the  header file. */
11
/* #undef HAVE_DLFCN_H */
12
 
13
/* Whether we have feenableexcept() */
14
/* #undef HAVE_FEENABLEEXCEPT */
15
 
16
/* Define to 1 if we have  */
17
#define HAVE_FENV_H 1
18
 
19
/* Whether the tool chain supports __float128 */
20
#define HAVE_FLOAT128 /**/
21
 
22
/* Define to 1 if you have the `getisax' function. */
23
/* #undef HAVE_GETISAX */
24
 
25
/* Whether we have getpagesize() */
26
#define HAVE_GETPAGESIZE 1
27
 
28
/* Whether we have gettimeofday() */
29
#define HAVE_GETTIMEOFDAY 1
30
 
31
/* Define to 1 if you have the  header file. */
32
#define HAVE_INTTYPES_H 1
33
 
34
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
35
/* #undef HAVE_LIBPIXMAN_1 */
36
 
37
/* Whether we have libpng */
38
#define HAVE_LIBPNG 1
39
 
40
/* Define to 1 if you have the  header file. */
41
#define HAVE_MEMORY_H 1
42
 
43
/* Whether we have mmap() */
44
#define HAVE_MMAP
45
 
46
/* Whether we have mprotect() */
47
#define HAVE_MPROTECT 1
48
 
49
/* Whether we have posix_memalign() */
50
/* #undef HAVE_POSIX_MEMALIGN */
51
 
52
/* Whether pthread_setspecific() is supported */
53
/* #undef HAVE_PTHREAD_SETSPECIFIC */
54
 
55
/* Whether we have sigaction() */
56
/* #undef HAVE_SIGACTION */
57
 
58
/* Define to 1 if you have the  header file. */
59
#define HAVE_STDINT_H 1
60
 
61
/* Define to 1 if you have the  header file. */
62
#define HAVE_STDLIB_H 1
63
 
64
/* Define to 1 if you have the  header file. */
65
#define HAVE_STRINGS_H 1
66
 
67
/* Define to 1 if you have the  header file. */
68
#define HAVE_STRING_H 1
69
 
70
/* Define to 1 if we have  */
71
/* #undef HAVE_SYS_MMAN_H */
72
 
73
/* Define to 1 if you have the  header file. */
74
#define HAVE_SYS_STAT_H 1
75
 
76
/* Define to 1 if you have the  header file. */
77
#define HAVE_SYS_TYPES_H 1
78
 
79
/* Define to 1 if you have the  header file. */
80
#define HAVE_UNISTD_H 1
81
 
82
/* Define to the sub-directory in which libtool stores uninstalled libraries.
83
   */
84
#define LT_OBJDIR ".libs/"
85
 
86
/* Name of package */
87
#define PACKAGE "pixman"
88
 
89
/* Define to the address where bug reports for this package should be sent. */
90
#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
91
 
92
/* Define to the full name of this package. */
93
#define PACKAGE_NAME "pixman"
94
 
95
/* Define to the full name and version of this package. */
96
#define PACKAGE_STRING "pixman 0.30.2"
97
 
98
/* Define to the one symbol short name of this package. */
99
#define PACKAGE_TARNAME "pixman"
100
 
101
/* Define to the home page for this package. */
102
#define PACKAGE_URL ""
103
 
104
/* Define to the version of this package. */
105
#define PACKAGE_VERSION "0.30.2"
106
 
107
/* enable TIMER_BEGIN/TIMER_END macros */
108
/* #undef PIXMAN_TIMERS */
109
 
110
/* The size of `long', as computed by sizeof. */
111
#define SIZEOF_LONG 4
112
 
113
/* Define to 1 if you have the ANSI C header files. */
114
#define STDC_HEADERS 1
115
 
116
/* The compiler supported TLS storage class */
117
#define TLS __thread
118
 
119
/* Whether the tool chain supports __attribute__((constructor)) */
120
//#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
121
 
122
/* use ARM IWMMXT compiler intrinsics */
123
/* #undef USE_ARM_IWMMXT */
124
 
125
/* use ARM NEON assembly optimizations */
126
/* #undef USE_ARM_NEON */
127
 
128
/* use ARM SIMD assembly optimizations */
129
/* #undef USE_ARM_SIMD */
130
 
131
/* use GNU-style inline assembler */
132
#define USE_GCC_INLINE_ASM 1
133
 
134
/* use Loongson Multimedia Instructions */
135
/* #undef USE_LOONGSON_MMI */
136
 
137
/* use MIPS DSPr2 assembly optimizations */
138
/* #undef USE_MIPS_DSPR2 */
139
 
140
/* use OpenMP in the test suite */
141
/* #undef USE_OPENMP */
142
 
143
/* use SSE2 compiler intrinsics */
144
#define USE_SSE2 1
145
 
146
/* use VMX compiler intrinsics */
147
/* #undef USE_VMX */
148
 
149
/* use x86 MMX compiler intrinsics */
150
#define USE_X86_MMX 1
151
 
152
/* Version number of package */
153
#define VERSION "0.30.2"
154
 
155
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
156
   significant byte first (like Motorola and SPARC, unlike Intel). */
157
#if defined AC_APPLE_UNIVERSAL_BUILD
158
# if defined __BIG_ENDIAN__
159
#  define WORDS_BIGENDIAN 1
160
# endif
161
#else
162
# ifndef WORDS_BIGENDIAN
163
/* #  undef WORDS_BIGENDIAN */
164
# endif
165
#endif
166
 
167
/* Define to `__inline__' or `__inline' if that's what the C compiler
168
   calls it, or to nothing if 'inline' is not supported under any name.  */
169
#ifndef __cplusplus
170
/* #undef inline */
171
#endif
172
 
173
/* Define to sqrt if you do not have the `sqrtf' function. */
174
/* #undef sqrtf */