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