aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/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/eet/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 '')
-rw-r--r--libraries/eet/config.h.in172
1 files changed, 0 insertions, 172 deletions
diff --git a/libraries/eet/config.h.in b/libraries/eet/config.h.in
deleted file mode 100644
index 76da120..0000000
--- a/libraries/eet/config.h.in
+++ /dev/null
@@ -1,172 +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 to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
9 systems. This function is required for `alloca.c' support on those systems.
10 */
11#undef CRAY_STACKSEG_END
12
13/* Define to 1 if using `alloca.c'. */
14#undef C_ALLOCA
15
16/* support old eet file format */
17#undef EET_OLD_EET_FILE_FORMAT
18
19/* use gnutls_x509_crt_verify_hash */
20#undef EET_USE_NEW_GNUTLS_API
21
22/* use gnutls_privkey_sign_data */
23#undef EET_USE_NEW_PRIVKEY_SIGN_DATA
24
25/* use gnutls_pubkey_verify_hash */
26#undef EET_USE_NEW_PUBKEY_VERIFY_HASH
27
28/* Define to 1 if you have `alloca', as a function or macro. */
29#undef HAVE_ALLOCA
30
31/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
32 */
33#undef HAVE_ALLOCA_H
34
35/* Have cipher support built in eet */
36#undef HAVE_CIPHER
37
38/* Define to 1 if you have the <dlfcn.h> header file. */
39#undef HAVE_DLFCN_H
40
41/* Set to 1 if Evil library is installed */
42#undef HAVE_EVIL
43
44/* Define to 1 if you have Exotic. */
45#undef HAVE_EXOTIC_H
46
47/* Define to 1 if you have the `fmemopen' function. */
48#undef HAVE_FMEMOPEN
49
50/* Have Gnutls support */
51#undef HAVE_GNUTLS
52
53/* Define to 1 if you have the <inttypes.h> header file. */
54#undef HAVE_INTTYPES_H
55
56/* Define to 1 if you have the <memory.h> header file. */
57#undef HAVE_MEMORY_H
58
59/* Define to 1 if you have the <netinet/in.h> header file. */
60#undef HAVE_NETINET_IN_H
61
62/* Have Openssl support */
63#undef HAVE_OPENSSL
64
65/* Define to 1 if you have the `open_memstream' function. */
66#undef HAVE_OPEN_MEMSTREAM
67
68/* Define to 1 if you have the `realpath' function. */
69#undef HAVE_REALPATH
70
71/* Have signature support for eet file */
72#undef HAVE_SIGNATURE
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#undef HAVE_STDINT_H
76
77/* Define to 1 if you have the <stdlib.h> header file. */
78#undef HAVE_STDLIB_H
79
80/* Define to 1 if you have the <strings.h> header file. */
81#undef HAVE_STRINGS_H
82
83/* Define to 1 if you have the <string.h> header file. */
84#undef HAVE_STRING_H
85
86/* Define to 1 if you have the <sys/stat.h> header file. */
87#undef HAVE_SYS_STAT_H
88
89/* Define to 1 if you have the <sys/types.h> header file. */
90#undef HAVE_SYS_TYPES_H
91
92/* Define to 1 if you have the <unistd.h> header file. */
93#undef HAVE_UNISTD_H
94
95/* Define to 1 if your compiler has __attribute__ */
96#undef HAVE___ATTRIBUTE__
97
98/* Define to the sub-directory in which libtool stores uninstalled libraries.
99 */
100#undef LT_OBJDIR
101
102/* Define to 1 if your C compiler doesn't accept -c and -o together. */
103#undef NO_MINUS_C_MINUS_O
104
105/* Name of package */
106#undef PACKAGE
107
108/* Define to the address where bug reports for this package should be sent. */
109#undef PACKAGE_BUGREPORT
110
111/* Define to the full name of this package. */
112#undef PACKAGE_NAME
113
114/* Define to the full name and version of this package. */
115#undef PACKAGE_STRING
116
117/* Define to the one symbol short name of this package. */
118#undef PACKAGE_TARNAME
119
120/* Define to the home page for this package. */
121#undef PACKAGE_URL
122
123/* Define to the version of this package. */
124#undef PACKAGE_VERSION
125
126/* default value since PATH_MAX is not defined */
127#undef PATH_MAX
128
129/* If using the C implementation of alloca, define if you know the
130 direction of stack growth for your system; otherwise it will be
131 automatically deduced at runtime.
132 STACK_DIRECTION > 0 => grows toward higher addresses
133 STACK_DIRECTION < 0 => grows toward lower addresses
134 STACK_DIRECTION = 0 => direction of growth unknown */
135#undef STACK_DIRECTION
136
137/* Define to 1 if you have the ANSI C header files. */
138#undef STDC_HEADERS
139
140/* Version number of package */
141#undef VERSION
142
143/* Major version */
144#undef VMAJ
145
146/* Micro version */
147#undef VMIC
148
149/* Minor version */
150#undef VMIN
151
152/* Revison */
153#undef VREV
154
155/* Enable GNU extensions */
156#undef _GNU_SOURCE
157
158/* Macro declaring a function argument to be unused */
159#undef __UNUSED__
160
161/* Define to empty if `const' does not conform to ANSI C. */
162#undef const
163
164/* Define to `__inline__' or `__inline' if that's what the C compiler
165 calls it, or to nothing if 'inline' is not supported under any name. */
166#ifndef __cplusplus
167#undef inline
168#endif
169
170
171#endif /* EFL_CONFIG_H__ */
172