aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/edje/config.h.in')
-rw-r--r--libraries/edje/config.h.in177
1 files changed, 177 insertions, 0 deletions
diff --git a/libraries/edje/config.h.in b/libraries/edje/config.h.in
new file mode 100644
index 0000000..e3e39b5
--- /dev/null
+++ b/libraries/edje/config.h.in
@@ -0,0 +1,177 @@
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/* Use Fixed Point instead of FPU */
9#undef BUILD_EDJE_FP
10
11/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
12 systems. This function is required for `alloca.c' support on those systems.
13 */
14#undef CRAY_STACKSEG_END
15
16/* Define to 1 if using `alloca.c'. */
17#undef C_ALLOCA
18
19/* Cache result of edje_part_recalc - this uses up extra ram with the gain of
20 reducing CPU usage when edje object are not resized */
21#undef EDJE_CALC_CACHE
22
23/* Cache result of program glob matches - this uses up extra ram with the gain
24 of faster program matching */
25#undef EDJE_PROGRAM_CACHE
26
27/* Use Multisense */
28#undef ENABLE_MULTISENSE
29
30/* Define to 1 if you have `alloca', as a function or macro. */
31#undef HAVE_ALLOCA
32
33/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
34 */
35#undef HAVE_ALLOCA_H
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#undef HAVE_DLFCN_H
39
40/* Input Method Support for Edje Entry */
41#undef HAVE_ECORE_IMF
42
43/* Set to 1 if Evil library is installed */
44#undef HAVE_EVIL
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#undef HAVE_INTTYPES_H
48
49/* ALSA support for Edje */
50#undef HAVE_LIBALSA
51
52/* flac support for Edje */
53#undef HAVE_LIBFLAC
54
55/* remix support for Edje */
56#undef HAVE_LIBREMIX
57
58/* sndfile support for Edje */
59#undef HAVE_LIBSNDFILE
60
61/* Define to 1 if you have the <locale.h> header file. */
62#undef HAVE_LOCALE_H
63
64/* Define to 1 if you have the <memory.h> header file. */
65#undef HAVE_MEMORY_H
66
67/* Define to 1 if you have the `realpath' function. */
68#undef HAVE_REALPATH
69
70/* Define to 1 if you have the <stdint.h> header file. */
71#undef HAVE_STDINT_H
72
73/* Define to 1 if you have the <stdlib.h> header file. */
74#undef HAVE_STDLIB_H
75
76/* Define to 1 if you have the <strings.h> header file. */
77#undef HAVE_STRINGS_H
78
79/* Define to 1 if you have the <string.h> header file. */
80#undef HAVE_STRING_H
81
82/* Define to 1 if you have the <sys/resource.h> header file. */
83#undef HAVE_SYS_RESOURCE_H
84
85/* Define to 1 if you have the <sys/stat.h> header file. */
86#undef HAVE_SYS_STAT_H
87
88/* Define to 1 if you have the <sys/types.h> header file. */
89#undef HAVE_SYS_TYPES_H
90
91/* Define to 1 if you have the <unistd.h> header file. */
92#undef HAVE_UNISTD_H
93
94/* vorbis support for Edje */
95#undef HAVE_VORBIS
96
97/* Define to 1 if your compiler has __attribute__ */
98#undef HAVE___ATTRIBUTE__
99
100/* Define to the sub-directory in which libtool stores uninstalled libraries.
101 */
102#undef LT_OBJDIR
103
104/* "Module architecture" */
105#undef MODULE_ARCH
106
107/* Define to 1 if your C compiler doesn't accept -c and -o together. */
108#undef NO_MINUS_C_MINUS_O
109
110/* Name of package */
111#undef PACKAGE
112
113/* Define to the address where bug reports for this package should be sent. */
114#undef PACKAGE_BUGREPORT
115
116/* Define to the full name of this package. */
117#undef PACKAGE_NAME
118
119/* Define to the full name and version of this package. */
120#undef PACKAGE_STRING
121
122/* Define to the one symbol short name of this package. */
123#undef PACKAGE_TARNAME
124
125/* Define to the home page for this package. */
126#undef PACKAGE_URL
127
128/* Define to the version of this package. */
129#undef PACKAGE_VERSION
130
131/* default value since PATH_MAX is not defined */
132#undef PATH_MAX
133
134/* Set the remix plugin directory */
135#undef REMIX_PLUGIN_DIR
136
137/* Suffix for shared objects */
138#undef SHARED_LIB_SUFFIX
139
140/* If using the C implementation of alloca, define if you know the
141 direction of stack growth for your system; otherwise it will be
142 automatically deduced at runtime.
143 STACK_DIRECTION > 0 => grows toward higher addresses
144 STACK_DIRECTION < 0 => grows toward lower addresses
145 STACK_DIRECTION = 0 => direction of growth unknown */
146#undef STACK_DIRECTION
147
148/* Define to 1 if you have the ANSI C header files. */
149#undef STDC_HEADERS
150
151/* Version number of package */
152#undef VERSION
153
154/* Major version */
155#undef VMAJ
156
157/* Micro version */
158#undef VMIC
159
160/* Minor version */
161#undef VMIN
162
163/* Revison */
164#undef VREV
165
166/* "Set to REMIX Plugin type" */
167#undef __REMIX_PLUGIN__
168
169/* Macro declaring a function argument to be unused */
170#undef __UNUSED__
171
172/* Define to empty if `const' does not conform to ANSI C. */
173#undef const
174
175
176#endif /* EFL_CONFIG_H__ */
177