Update to release 1.7.8
[platform/upstream/edje.git] / config.h.in
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 /* Eio is available for monitoring file assynchronously */
44 #undef HAVE_EIO
45
46 /* Set to 1 if Evil library is installed */
47 #undef HAVE_EVIL
48
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
51
52 /* ALSA support for Edje */
53 #undef HAVE_LIBALSA
54
55 /* flac support for Edje */
56 #undef HAVE_LIBFLAC
57
58 /* remix support for Edje */
59 #undef HAVE_LIBREMIX
60
61 /* sndfile support for Edje */
62 #undef HAVE_LIBSNDFILE
63
64 /* Define to 1 if you have the <locale.h> header file. */
65 #undef HAVE_LOCALE_H
66
67 /* Define to 1 if you have the <memory.h> header file. */
68 #undef HAVE_MEMORY_H
69
70 /* Define to 1 if you have the `realpath' function. */
71 #undef HAVE_REALPATH
72
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #undef HAVE_STDINT_H
75
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #undef HAVE_STDLIB_H
78
79 /* Define to 1 if you have the <strings.h> header file. */
80 #undef HAVE_STRINGS_H
81
82 /* Define to 1 if you have the <string.h> header file. */
83 #undef HAVE_STRING_H
84
85 /* Define to 1 if you have the <sys/resource.h> header file. */
86 #undef HAVE_SYS_RESOURCE_H
87
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
90
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
93
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
96
97 /* vorbis support for Edje */
98 #undef HAVE_VORBIS
99
100 /* Define to 1 if your compiler has __attribute__ */
101 #undef HAVE___ATTRIBUTE__
102
103 /* Define to the sub-directory in which libtool stores uninstalled libraries.
104    */
105 #undef LT_OBJDIR
106
107 /* "Module architecture" */
108 #undef MODULE_ARCH
109
110 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
111 #undef NO_MINUS_C_MINUS_O
112
113 /* Name of package */
114 #undef PACKAGE
115
116 /* Define to the address where bug reports for this package should be sent. */
117 #undef PACKAGE_BUGREPORT
118
119 /* Define to the full name of this package. */
120 #undef PACKAGE_NAME
121
122 /* Define to the full name and version of this package. */
123 #undef PACKAGE_STRING
124
125 /* Define to the one symbol short name of this package. */
126 #undef PACKAGE_TARNAME
127
128 /* Define to the home page for this package. */
129 #undef PACKAGE_URL
130
131 /* Define to the version of this package. */
132 #undef PACKAGE_VERSION
133
134 /* default value since PATH_MAX is not defined */
135 #undef PATH_MAX
136
137 /* Set the remix plugin directory */
138 #undef REMIX_PLUGIN_DIR
139
140 /* Suffix for shared objects */
141 #undef SHARED_LIB_SUFFIX
142
143 /* If using the C implementation of alloca, define if you know the
144    direction of stack growth for your system; otherwise it will be
145    automatically deduced at runtime.
146         STACK_DIRECTION > 0 => grows toward higher addresses
147         STACK_DIRECTION < 0 => grows toward lower addresses
148         STACK_DIRECTION = 0 => direction of growth unknown */
149 #undef STACK_DIRECTION
150
151 /* Define to 1 if you have the ANSI C header files. */
152 #undef STDC_HEADERS
153
154 /* Version number of package */
155 #undef VERSION
156
157 /* Major version */
158 #undef VMAJ
159
160 /* Micro version */
161 #undef VMIC
162
163 /* Minor version */
164 #undef VMIN
165
166 /* Revison */
167 #undef VREV
168
169 /* "Set to REMIX Plugin type" */
170 #undef __REMIX_PLUGIN__
171
172 /* Macro declaring a function argument to be unused */
173 #undef __UNUSED__
174
175 /* Define to empty if `const' does not conform to ANSI C. */
176 #undef const
177
178 /* Define to `unsigned int' if <sys/types.h> does not define. */
179 #undef size_t
180
181
182 #endif /* EFL_CONFIG_H__ */
183