aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/config.h.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eina/config.h.in
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/eina/config.h.in')
-rw-r--r--libraries/eina/config.h.in352
1 files changed, 352 insertions, 0 deletions
diff --git a/libraries/eina/config.h.in b/libraries/eina/config.h.in
new file mode 100644
index 0000000..d6370dc
--- /dev/null
+++ b/libraries/eina/config.h.in
@@ -0,0 +1,352 @@
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3
4#ifndef EFL_CONFIG_H__
5#define EFL_CONFIG_H__
6
7
8/* Define if building universal (internal helper macro) */
9#undef AC_APPLE_UNIVERSAL_BUILD
10
11/* enable bench tests for google hash method */
12#undef CITYHASH_BENCH
13
14/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15 systems. This function is required for `alloca.c' support on those systems.
16 */
17#undef CRAY_STACKSEG_END
18
19/* Define to 1 if using `alloca.c'. */
20#undef C_ALLOCA
21
22/* Assert when forgot to call eina_threads_init */
23#undef EFL_DEBUG_THREADS
24
25/* Define to mention that ALTIVEC is supported */
26#undef EFL_HAVE_ALTIVEC
27
28/* Define to mention that MMX is supported */
29#undef EFL_HAVE_MMX
30
31/* Define to mention that POSIX threads are supported */
32#undef EFL_HAVE_POSIX_THREADS
33
34/* Define to mention that POSIX threads spinlocks are supported */
35#undef EFL_HAVE_POSIX_THREADS_SPINLOCK
36
37/* Define to mention that SSE is supported */
38#undef EFL_HAVE_SSE
39
40/* Define to mention that SSE2 is supported */
41#undef EFL_HAVE_SSE2
42
43/* Define to mention that POSIX or Win32 threads are supported */
44#undef EFL_HAVE_THREADS
45
46/* Define to mention that Win32 threads are supported */
47#undef EFL_HAVE_WIN32_THREADS
48
49/* make it possible to disable all locks */
50#undef EFL_ON_OFF_THREADS
51
52/* Set to 1 if no is built */
53#undef EINA_BUILD_BUDDY
54
55/* Set to 1 if ${enable_chained_pool} is built */
56#undef EINA_BUILD_CHAINED_POOL
57
58/* Set to 1 if ${enable_ememoa} is built */
59#undef EINA_BUILD_EMEMOA_FIXED
60
61/* Set to 1 if ${enable_ememoa} is built */
62#undef EINA_BUILD_EMEMOA_UNKNOWN
63
64/* Set to 1 if no is built */
65#undef EINA_BUILD_FIXED_BITMAP
66
67/* Set to 1 if ${enable_one_big} is built */
68#undef EINA_BUILD_ONE_BIG
69
70/* Set to 1 if ${enable_pass_through} is built */
71#undef EINA_BUILD_PASS_THROUGH
72
73/* if set, logging is limited to this amount. */
74#undef EINA_LOG_LEVEL_MAXIMUM
75
76/* disable safety checks for NULL pointers and like. */
77#undef EINA_SAFETY_CHECKS
78
79/* Set to 1 if no is statically built */
80#undef EINA_STATIC_BUILD_BUDDY
81
82/* Set to 1 if ${enable_chained_pool} is statically built */
83#undef EINA_STATIC_BUILD_CHAINED_POOL
84
85/* Set to 1 if ${enable_ememoa} is statically built */
86#undef EINA_STATIC_BUILD_EMEMOA_FIXED
87
88/* Set to 1 if ${enable_ememoa} is statically built */
89#undef EINA_STATIC_BUILD_EMEMOA_UNKNOWN
90
91/* Set to 1 if no is statically built */
92#undef EINA_STATIC_BUILD_FIXED_BITMAP
93
94/* Set to 1 if ${enable_one_big} is statically built */
95#undef EINA_STATIC_BUILD_ONE_BIG
96
97/* Set to 1 if ${enable_pass_through} is statically built */
98#undef EINA_STATIC_BUILD_PASS_THROUGH
99
100/* Report Eina stringshare usage pattern */
101#undef EINA_STRINGSHARE_USAGE
102
103/* Define to 1 if you have `alloca', as a function or macro. */
104#undef HAVE_ALLOCA
105
106/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
107 */
108#undef HAVE_ALLOCA_H
109
110/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
111 */
112#undef HAVE_DIRENT_H
113
114/* Define to 1 if you have the `dirfd' function. */
115#undef HAVE_DIRFD
116
117/* Define to 1 if you have the `dladdr' function. */
118#undef HAVE_DLADDR
119
120/* Define to 1 if you have the <dlfcn.h> header file. */
121#undef HAVE_DLFCN_H
122
123/* Define to 1 if you have the `dlopen' function. */
124#undef HAVE_DLOPEN
125
126/* Set to 1 if evil package is installed */
127#undef HAVE_ESCAPE
128
129/* Set to 1 if evil package is installed */
130#undef HAVE_EVIL
131
132/* Define to 1 if you have the `execvp' function. */
133#undef HAVE_EXECVP
134
135/* Define to 1 if you have the `fpathconf' function. */
136#undef HAVE_FPATHCONF
137
138/* Define to 1 if you have the `fstatat' function. */
139#undef HAVE_FSTATAT
140
141/* Set to 1 if iconv library is installed */
142#undef HAVE_ICONV
143
144/* Define to 1 if you have the <iconv.h> header file. */
145#undef HAVE_ICONV_H
146
147/* Define to 1 if you have the <inttypes.h> header file. */
148#undef HAVE_INTTYPES_H
149
150/* Define to 1 if you have the <libgen.h> header file. */
151#undef HAVE_LIBGEN_H
152
153/* Have mcheck.h */
154#undef HAVE_MCHECK
155
156/* Define to 1 if you have the <mcheck.h> header file. */
157#undef HAVE_MCHECK_H
158
159/* Define to 1 if you have the <memory.h> header file. */
160#undef HAVE_MEMORY_H
161
162/* Have mtrace */
163#undef HAVE_MTRACE
164
165/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
166#undef HAVE_NDIR_H
167
168/* Define to 1 if you have the `openat' function. */
169#undef HAVE_OPENAT
170
171/* Define to 1 if you have the `shm_open' function. */
172#undef HAVE_SHMOPEN
173
174/* Define to 1 if you have the <siginfo.h> header file. */
175#undef HAVE_SIGINFO_H
176
177/* Define to 1 if the system has the type `siginfo_t'. */
178#undef HAVE_SIGINFO_T
179
180/* Define to 1 if you have the <stdint.h> header file. */
181#undef HAVE_STDINT_H
182
183/* Define to 1 if you have the <stdlib.h> header file. */
184#undef HAVE_STDLIB_H
185
186/* Define to 1 if you have the <strings.h> header file. */
187#undef HAVE_STRINGS_H
188
189/* Define to 1 if you have the <string.h> header file. */
190#undef HAVE_STRING_H
191
192/* Define to 1 if you have the `strlcpy' function. */
193#undef HAVE_STRLCPY
194
195/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
196 */
197#undef HAVE_SYS_DIR_H
198
199/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
200 */
201#undef HAVE_SYS_NDIR_H
202
203/* Define to 1 if you have the <sys/stat.h> header file. */
204#undef HAVE_SYS_STAT_H
205
206/* Define to 1 if you have the <sys/types.h> header file. */
207#undef HAVE_SYS_TYPES_H
208
209/* Define to 1 if you have the <unistd.h> header file. */
210#undef HAVE_UNISTD_H
211
212/* Define to 1 if you have the `listxattr', `setxattr' and `getxattr'
213 functions. */
214#undef HAVE_XATTR
215
216/* Define to the sub-directory in which libtool stores uninstalled libraries.
217 */
218#undef LT_OBJDIR
219
220/* "Module architecture" */
221#undef MODULE_ARCH
222
223/* Define to 1 if assertions should be disabled. */
224#undef NDEBUG
225
226/* Valgrind support disabled */
227#undef NVALGRIND
228
229/* Name of package */
230#undef PACKAGE
231
232/* Define to the address where bug reports for this package should be sent. */
233#undef PACKAGE_BUGREPORT
234
235/* Define to the full name of this package. */
236#undef PACKAGE_NAME
237
238/* Define to the full name and version of this package. */
239#undef PACKAGE_STRING
240
241/* Define to the one symbol short name of this package. */
242#undef PACKAGE_TARNAME
243
244/* Define to the home page for this package. */
245#undef PACKAGE_URL
246
247/* Define to the version of this package. */
248#undef PACKAGE_VERSION
249
250/* default value since PATH_MAX is not defined */
251#undef PATH_MAX
252
253/* Suffix for shared objects */
254#undef SHARED_LIB_SUFFIX
255
256/* The size of `wchar_t', as computed by sizeof. */
257#undef SIZEOF_WCHAR_T
258
259/* If using the C implementation of alloca, define if you know the
260 direction of stack growth for your system; otherwise it will be
261 automatically deduced at runtime.
262 STACK_DIRECTION > 0 => grows toward higher addresses
263 STACK_DIRECTION < 0 => grows toward lower addresses
264 STACK_DIRECTION = 0 => direction of growth unknown */
265#undef STACK_DIRECTION
266
267/* Define to 1 if you have the ANSI C header files. */
268#undef STDC_HEADERS
269
270/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
271#undef TIME_WITH_SYS_TIME
272
273/* Enable extensions on AIX 3, Interix. */
274#ifndef _ALL_SOURCE
275# undef _ALL_SOURCE
276#endif
277/* Enable GNU extensions on systems that have them. */
278#ifndef _GNU_SOURCE
279# undef _GNU_SOURCE
280#endif
281/* Enable threading extensions on Solaris. */
282#ifndef _POSIX_PTHREAD_SEMANTICS
283# undef _POSIX_PTHREAD_SEMANTICS
284#endif
285/* Enable extensions on HP NonStop. */
286#ifndef _TANDEM_SOURCE
287# undef _TANDEM_SOURCE
288#endif
289/* Enable general extensions on Solaris. */
290#ifndef __EXTENSIONS__
291# undef __EXTENSIONS__
292#endif
293
294
295/* Version number of package */
296#undef VERSION
297
298/* Major version */
299#undef VMAJ
300
301/* Micro version */
302#undef VMIC
303
304/* Minor version */
305#undef VMIN
306
307/* Revison */
308#undef VREV
309
310/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
311 significant byte first (like Motorola and SPARC, unlike Intel). */
312#if defined AC_APPLE_UNIVERSAL_BUILD
313# if defined __BIG_ENDIAN__
314# define WORDS_BIGENDIAN 1
315# endif
316#else
317# ifndef WORDS_BIGENDIAN
318# undef WORDS_BIGENDIAN
319# endif
320#endif
321
322/* Number of bits in a file offset, on hosts where this is settable. */
323#undef _FILE_OFFSET_BITS
324
325/* Define for large files, on AIX-style hosts. */
326#undef _LARGE_FILES
327
328/* Define to 1 if on MINIX. */
329#undef _MINIX
330
331/* Define to 2 if the system does not provide POSIX.1 features except with
332 this defined. */
333#undef _POSIX_1_SOURCE
334
335/* Define to 1 if you need to in order for `stat' and other things to work. */
336#undef _POSIX_SOURCE
337
338/* __attribute__ ((unused)) is not supported. */
339#undef __UNUSED__
340
341/* Define to empty if `const' does not conform to ANSI C. */
342#undef const
343
344/* Define to `__inline__' or `__inline' if that's what the C compiler
345 calls it, or to nothing if 'inline' is not supported under any name. */
346#ifndef __cplusplus
347#undef inline
348#endif
349
350
351#endif /* EFL_CONFIG_H__ */
352