Update tizen 2.0 beta source
[profile/ivi/liboil.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define if compiling broken implementations */
7 #undef ENABLE_BROKEN_IMPLS
8
9 /* Define if compiling new ABI */
10 #undef ENABLE_NEW_ABI
11
12 /* Defined if host is amd64 */
13 #undef HAVE_AMD64
14
15 /* Defined if host is arm */
16 #undef HAVE_ARM
17
18 /* Defined if we have clock_gettime() */
19 #undef HAVE_CLOCK_GETTIME
20
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
23
24 /* Define if compiler supports gcc inline assembly */
25 #undef HAVE_GCC_ASM
26
27 /* Define if compiler supports PowerPC FPU instructions */
28 #undef HAVE_GCC_ASM_POWERPC_FPU
29
30 /* Define to 1 if you have the `getpagesize' function. */
31 #undef HAVE_GETPAGESIZE
32
33 /* Define to 1 if you have the `gettimeofday' function. */
34 #undef HAVE_GETTIMEOFDAY
35
36 /* Defined if host is i386 */
37 #undef HAVE_I386
38
39 /* Define if ieee754.h exists */
40 #undef HAVE_IEEE754_H
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H
44
45 /* Define if lrint() is available */
46 #undef HAVE_LRINT
47
48 /* Define if lrintf() is available */
49 #undef HAVE_LRINTF
50
51 /* Define to 1 if you have the <memory.h> header file. */
52 #undef HAVE_MEMORY_H
53
54 /* Define to 1 if you have a working `mmap' system call. */
55 #undef HAVE_MMAP
56
57 /* Defined if we have a monotonic clock */
58 #undef HAVE_MONOTONIC_CLOCK
59
60 /* Defined if host OS is linux */
61 #undef HAVE_OS_LINUX
62
63 /* Defined if host OS is MS Windows */
64 #undef HAVE_OS_WIN32
65
66 /* Defined if host is powerpc */
67 #undef HAVE_POWERPC
68
69 /* Define if rint() is available */
70 #undef HAVE_RINT
71
72 /* Define if rintf() is available */
73 #undef HAVE_RINTF
74
75 /* Define to 1 if you have the `sigaction' function. */
76 #undef HAVE_SIGACTION
77
78 /* Define to 1 if you have the `sigsetjmp' function. */
79 #undef HAVE_SIGSETJMP
80
81 /* Define if sincos() is available */
82 #undef HAVE_SINCOS
83
84 /* Defined if compiler/assembler can handle SSSE3 instructions */
85 #undef HAVE_SSSE3_ASM
86
87 /* Define to 1 if you have the <stdint.h> header file. */
88 #undef HAVE_STDINT_H
89
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #undef HAVE_STDLIB_H
92
93 /* Define to 1 if you have the <strings.h> header file. */
94 #undef HAVE_STRINGS_H
95
96 /* Define to 1 if you have the <string.h> header file. */
97 #undef HAVE_STRING_H
98
99 /* Define if C symbols have leading underscore */
100 #undef HAVE_SYMBOL_UNDERSCORE
101
102 /* Define to 1 if you have the <sys/stat.h> header file. */
103 #undef HAVE_SYS_STAT_H
104
105 /* Define to 1 if you have the <sys/time.h> header file. */
106 #undef HAVE_SYS_TIME_H
107
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #undef HAVE_SYS_TYPES_H
110
111 /* defined if unaligned memory access works correctly */
112 #undef HAVE_UNALIGNED_ACCESS
113
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #undef HAVE_UNISTD_H
116
117 /* Defined if prototype checking enabled */
118 #undef LIBOIL_STRICT_PROTOTYPES
119
120 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121    */
122 #undef LT_OBJDIR
123
124 /* Defined for compiling internal code */
125 #undef OIL_EXPORTS
126
127 /* Name of package */
128 #undef PACKAGE
129
130 /* Define to the address where bug reports for this package should be sent. */
131 #undef PACKAGE_BUGREPORT
132
133 /* Define to the full name of this package. */
134 #undef PACKAGE_NAME
135
136 /* Define to the full name and version of this package. */
137 #undef PACKAGE_STRING
138
139 /* Define to the one symbol short name of this package. */
140 #undef PACKAGE_TARNAME
141
142 /* Define to the home page for this package. */
143 #undef PACKAGE_URL
144
145 /* Define to the version of this package. */
146 #undef PACKAGE_VERSION
147
148 /* The size of `char', as computed by sizeof. */
149 #undef SIZEOF_CHAR
150
151 /* The size of `int', as computed by sizeof. */
152 #undef SIZEOF_INT
153
154 /* The size of `long', as computed by sizeof. */
155 #undef SIZEOF_LONG
156
157 /* The size of `short', as computed by sizeof. */
158 #undef SIZEOF_SHORT
159
160 /* The size of `void*', as computed by sizeof. */
161 #undef SIZEOF_VOIDP
162
163 /* Define to 1 if you have the ANSI C header files. */
164 #undef STDC_HEADERS
165
166 /* Version number of package */
167 #undef VERSION
168
169 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
170    significant byte first (like Motorola and SPARC, unlike Intel). */
171 #if defined AC_APPLE_UNIVERSAL_BUILD
172 # if defined __BIG_ENDIAN__
173 #  define WORDS_BIGENDIAN 1
174 # endif
175 #else
176 # ifndef WORDS_BIGENDIAN
177 #  undef WORDS_BIGENDIAN
178 # endif
179 #endif