aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/config.h.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eet/config.h.in
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to '')
-rw-r--r--libraries/eet/config.h.in163
1 files changed, 163 insertions, 0 deletions
diff --git a/libraries/eet/config.h.in b/libraries/eet/config.h.in
new file mode 100644
index 0000000..02ec411
--- /dev/null
+++ b/libraries/eet/config.h.in
@@ -0,0 +1,163 @@
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/* 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/* Have cipher support built in eet */
30#undef HAVE_CIPHER
31
32/* Define to 1 if you have the <dlfcn.h> header file. */
33#undef HAVE_DLFCN_H
34
35/* Set to 1 if Evil library is installed */
36#undef HAVE_EVIL
37
38/* Define to 1 if you have the `fmemopen' function. */
39#undef HAVE_FMEMOPEN
40
41/* Have Gnutls support */
42#undef HAVE_GNUTLS
43
44/* Define to 1 if you have the <inttypes.h> header file. */
45#undef HAVE_INTTYPES_H
46
47/* Define to 1 if you have the <memory.h> header file. */
48#undef HAVE_MEMORY_H
49
50/* Define to 1 if you have the <netinet/in.h> header file. */
51#undef HAVE_NETINET_IN_H
52
53/* Have Openssl support */
54#undef HAVE_OPENSSL
55
56/* Define to 1 if you have the `open_memstream' function. */
57#undef HAVE_OPEN_MEMSTREAM
58
59/* Define to 1 if you have the `realpath' function. */
60#undef HAVE_REALPATH
61
62/* Have signature support for eet file */
63#undef HAVE_SIGNATURE
64
65/* Define to 1 if you have the <stdint.h> header file. */
66#undef HAVE_STDINT_H
67
68/* Define to 1 if you have the <stdlib.h> header file. */
69#undef HAVE_STDLIB_H
70
71/* Define to 1 if you have the <strings.h> header file. */
72#undef HAVE_STRINGS_H
73
74/* Define to 1 if you have the <string.h> header file. */
75#undef HAVE_STRING_H
76
77/* Define to 1 if you have the <sys/stat.h> header file. */
78#undef HAVE_SYS_STAT_H
79
80/* Define to 1 if you have the <sys/types.h> header file. */
81#undef HAVE_SYS_TYPES_H
82
83/* Define to 1 if you have the <unistd.h> header file. */
84#undef HAVE_UNISTD_H
85
86/* Define to 1 if your compiler has __attribute__ */
87#undef HAVE___ATTRIBUTE__
88
89/* Define to the sub-directory in which libtool stores uninstalled libraries.
90 */
91#undef LT_OBJDIR
92
93/* Define to 1 if your C compiler doesn't accept -c and -o together. */
94#undef NO_MINUS_C_MINUS_O
95
96/* Name of package */
97#undef PACKAGE
98
99/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the home page for this package. */
112#undef PACKAGE_URL
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* default value since PATH_MAX is not defined */
118#undef PATH_MAX
119
120/* If using the C implementation of alloca, define if you know the
121 direction of stack growth for your system; otherwise it will be
122 automatically deduced at runtime.
123 STACK_DIRECTION > 0 => grows toward higher addresses
124 STACK_DIRECTION < 0 => grows toward lower addresses
125 STACK_DIRECTION = 0 => direction of growth unknown */
126#undef STACK_DIRECTION
127
128/* Define to 1 if you have the ANSI C header files. */
129#undef STDC_HEADERS
130
131/* Version number of package */
132#undef VERSION
133
134/* Major version */
135#undef VMAJ
136
137/* Micro version */
138#undef VMIC
139
140/* Minor version */
141#undef VMIN
142
143/* Revison */
144#undef VREV
145
146/* Enable GNU extensions */
147#undef _GNU_SOURCE
148
149/* Macro declaring a function argument to be unused */
150#undef __UNUSED__
151
152/* Define to empty if `const' does not conform to ANSI C. */
153#undef const
154
155/* Define to `__inline__' or `__inline' if that's what the C compiler
156 calls it, or to nothing if 'inline' is not supported under any name. */
157#ifndef __cplusplus
158#undef inline
159#endif
160
161
162#endif /* EFL_CONFIG_H__ */
163