Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1892 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
/* Define to 1 if you have the `getisax' function. */
14
/* #undef HAVE_GETISAX */
15
 
16
/* Whether we have getpagesize() */
17
#define HAVE_GETPAGESIZE 1
18
 
19
/* Whether we have gettimeofday() */
20
#define HAVE_GETTIMEOFDAY 1
21
 
22
/* Define to 1 if you have the  header file. */
23
#define HAVE_INTTYPES_H 1
24
 
25
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
26
/* #undef HAVE_LIBPIXMAN_1 */
27
 
28
/* Define to 1 if you have the  header file. */
29
#define HAVE_MEMORY_H 1
30
 
31
/* Whether we have mprotect() */
32
#define HAVE_MPROTECT 1
33
 
34
/* Whether we have posix_memalign() */
35
/* #undef HAVE_POSIX_MEMALIGN */
36
 
37
/* Whether pthread_setspecific() is supported */
38
/* #undef HAVE_PTHREAD_SETSPECIFIC */
39
 
40
/* Whether we have sigaction() */
41
/* #undef HAVE_SIGACTION */
42
 
43
/* Define to 1 if you have the  header file. */
44
#define HAVE_STDINT_H 1
45
 
46
/* Define to 1 if you have the  header file. */
47
#define HAVE_STDLIB_H 1
48
 
49
/* Define to 1 if you have the  header file. */
50
#define HAVE_STRINGS_H 1
51
 
52
/* Define to 1 if you have the  header file. */
53
#define HAVE_STRING_H 1
54
 
55
/* Define to 1 if we have  */
56
/* #undef HAVE_SYS_MMAN_H */
57
 
58
/* Define to 1 if you have the  header file. */
59
#define HAVE_SYS_STAT_H 1
60
 
61
/* Define to 1 if you have the  header file. */
62
#define HAVE_SYS_TYPES_H 1
63
 
64
/* Define to 1 if you have the  header file. */
65
#define HAVE_UNISTD_H 1
66
 
67
/* Define to the sub-directory in which libtool stores uninstalled libraries.
68
   */
69
#define LT_OBJDIR ".libs/"
70
 
71
/* Name of package */
72
#define PACKAGE "pixman"
73
 
74
/* Define to the address where bug reports for this package should be sent. */
75
#define PACKAGE_BUGREPORT ""pixman@lists.freedesktop.org""
76
 
77
/* Define to the full name of this package. */
78
#define PACKAGE_NAME "pixman"
79
 
80
/* Define to the full name and version of this package. */
81
#define PACKAGE_STRING "pixman 0.20.2"
82
 
83
/* Define to the one symbol short name of this package. */
84
#define PACKAGE_TARNAME "pixman"
85
 
86
/* Define to the home page for this package. */
87
#define PACKAGE_URL ""
88
 
89
/* Define to the version of this package. */
90
#define PACKAGE_VERSION "0.20.2"
91
 
92
/* enable TIMER_BEGIN/TIMER_END macros */
93
/* #undef PIXMAN_TIMERS */
94
 
95
/* The size of `long', as computed by sizeof. */
96
#define SIZEOF_LONG 4
97
 
98
/* Define to 1 if you have the ANSI C header files. */
99
#define STDC_HEADERS 1
100
 
101
/* Whether the tool chain supports __thread */
1895 serge 102
//#define TOOLCHAIN_SUPPORTS__THREAD /**/
1892 serge 103
 
104
/* use ARM NEON assembly optimizations */
105
/* #undef USE_ARM_NEON */
106
 
107
/* use ARM SIMD assembly optimizations */
108
/* #undef USE_ARM_SIMD */
109
 
110
/* use GNU-style inline assembler */
111
#define USE_GCC_INLINE_ASM 1
112
 
113
/* use MMX compiler intrinsics */
114
#define USE_MMX 1
115
 
116
/* use OpenMP in the test suite */
1895 serge 117
//#define USE_OPENMP 1
1892 serge 118
 
119
/* use SSE2 compiler intrinsics */
1895 serge 120
//#define USE_SSE2 1
1892 serge 121
 
122
/* use VMX compiler intrinsics */
123
/* #undef USE_VMX */
124
 
125
/* Version number of package */
126
#define VERSION "0.20.2"
127
 
128
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
129
   significant byte first (like Motorola and SPARC, unlike Intel). */
130
#if defined AC_APPLE_UNIVERSAL_BUILD
131
# if defined __BIG_ENDIAN__
132
#  define WORDS_BIGENDIAN 1
133
# endif
134
#else
135
# ifndef WORDS_BIGENDIAN
136
/* #  undef WORDS_BIGENDIAN */
137
# endif
138
#endif
139
 
140
/* Define to `__inline__' or `__inline' if that's what the C compiler
141
   calls it, or to nothing if 'inline' is not supported under any name.  */
142
#ifndef __cplusplus
143
/* #undef inline */
144
#endif