aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/embryo/config.h.in')
-rw-r--r--libraries/embryo/config.h.in148
1 files changed, 148 insertions, 0 deletions
diff --git a/libraries/embryo/config.h.in b/libraries/embryo/config.h.in
new file mode 100644
index 0000000..331fd3f
--- /dev/null
+++ b/libraries/embryo/config.h.in
@@ -0,0 +1,148 @@
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/* 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/* Define to 1 if you have `alloca', as a function or macro. */
20#undef HAVE_ALLOCA
21
22/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
23 */
24#undef HAVE_ALLOCA_H
25
26/* Define to 1 if you have the <dlfcn.h> header file. */
27#undef HAVE_DLFCN_H
28
29/* Set to 1 if Evil library is installed */
30#undef HAVE_EVIL
31
32/* Define to 1 if you have the `gettimeofday' function. */
33#undef HAVE_GETTIMEOFDAY
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
37
38/* Define to 1 if you have the <memory.h> header file. */
39#undef HAVE_MEMORY_H
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#undef HAVE_STDINT_H
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#undef HAVE_STDLIB_H
46
47/* Define to 1 if you have the <strings.h> header file. */
48#undef HAVE_STRINGS_H
49
50/* Define to 1 if you have the <string.h> header file. */
51#undef HAVE_STRING_H
52
53/* Define to 1 if you have the <sys/stat.h> header file. */
54#undef HAVE_SYS_STAT_H
55
56/* Define to 1 if you have the <sys/types.h> header file. */
57#undef HAVE_SYS_TYPES_H
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#undef HAVE_UNISTD_H
61
62/* Define to 1 if your compiler has __attribute__ */
63#undef HAVE___ATTRIBUTE__
64
65/* Define to the sub-directory in which libtool stores uninstalled libraries.
66 */
67#undef LT_OBJDIR
68
69/* Define to 1 if your C compiler doesn't accept -c and -o together. */
70#undef NO_MINUS_C_MINUS_O
71
72/* Name of package */
73#undef PACKAGE
74
75/* Define to the address where bug reports for this package should be sent. */
76#undef PACKAGE_BUGREPORT
77
78/* Define to the full name of this package. */
79#undef PACKAGE_NAME
80
81/* Define to the full name and version of this package. */
82#undef PACKAGE_STRING
83
84/* Define to the one symbol short name of this package. */
85#undef PACKAGE_TARNAME
86
87/* Define to the home page for this package. */
88#undef PACKAGE_URL
89
90/* Define to the version of this package. */
91#undef PACKAGE_VERSION
92
93/* default value since PATH_MAX is not defined */
94#undef PATH_MAX
95
96/* If using the C implementation of alloca, define if you know the
97 direction of stack growth for your system; otherwise it will be
98 automatically deduced at runtime.
99 STACK_DIRECTION > 0 => grows toward higher addresses
100 STACK_DIRECTION < 0 => grows toward lower addresses
101 STACK_DIRECTION = 0 => direction of growth unknown */
102#undef STACK_DIRECTION
103
104/* Define to 1 if you have the ANSI C header files. */
105#undef STDC_HEADERS
106
107/* Version number of package */
108#undef VERSION
109
110/* Major version */
111#undef VMAJ
112
113/* Micro version */
114#undef VMIC
115
116/* Minor version */
117#undef VMIN
118
119/* Revison */
120#undef VREV
121
122/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
123 significant byte first (like Motorola and SPARC, unlike Intel). */
124#if defined AC_APPLE_UNIVERSAL_BUILD
125# if defined __BIG_ENDIAN__
126# define WORDS_BIGENDIAN 1
127# endif
128#else
129# ifndef WORDS_BIGENDIAN
130# undef WORDS_BIGENDIAN
131# endif
132#endif
133
134/* Macro declaring a function argument to be unused */
135#undef __UNUSED__
136
137/* Define to empty if `const' does not conform to ANSI C. */
138#undef const
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
145
146
147#endif /* EFL_CONFIG_H__ */
148