Imported Upstream version 1.7.2
[platform/upstream/efreet.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 /* 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 /* Define to 1 if translation of program messages to the user's native
17    language is requested. */
18 #undef ENABLE_NLS
19
20 /* Define to 1 if you have `alloca', as a function or macro. */
21 #undef HAVE_ALLOCA
22
23 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24    */
25 #undef HAVE_ALLOCA_H
26
27 /* Define to 1 if you have the <arpa/inet.h> header file. */
28 #undef HAVE_ARPA_INET_H
29
30 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
31    CoreFoundation framework. */
32 #undef HAVE_CFLOCALECOPYCURRENT
33
34 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
35    the CoreFoundation framework. */
36 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
37
38 /* Define to 1 if you have the `clearenv' function. */
39 #undef HAVE_CLEARENV
40
41 /* Define if the GNU dcgettext() function is already present or preinstalled.
42    */
43 #undef HAVE_DCGETTEXT
44
45 /* Define to 1 if you have the <dlfcn.h> header file. */
46 #undef HAVE_DLFCN_H
47
48 /* Set to 1 if evil package is installed */
49 #undef HAVE_EVIL
50
51 /* Define if the GNU gettext() function is already present or preinstalled. */
52 #undef HAVE_GETTEXT
53
54 /* Define if you have the iconv() function and it works. */
55 #undef HAVE_ICONV
56
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #undef HAVE_INTTYPES_H
59
60 /* Define to 1 if you have the <memory.h> header file. */
61 #undef HAVE_MEMORY_H
62
63 /* Define to 1 if you have the <netinet/in.h> header file. */
64 #undef HAVE_NETINET_IN_H
65
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H
71
72 /* Define to 1 if you have the <strings.h> header file. */
73 #undef HAVE_STRINGS_H
74
75 /* Define to 1 if you have the <string.h> header file. */
76 #undef HAVE_STRING_H
77
78 /* Define to 1 if you have the `strlcpy' function. */
79 #undef HAVE_STRLCPY
80
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
86
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
89
90 /* Define to 1 if your compiler has __attribute__ */
91 #undef HAVE___ATTRIBUTE__
92
93 /* Define to the sub-directory in which libtool stores uninstalled libraries.
94    */
95 #undef LT_OBJDIR
96
97 /* Name of package */
98 #undef PACKAGE
99
100 /* Define to the address where bug reports for this package should be sent. */
101 #undef PACKAGE_BUGREPORT
102
103 /* Define to the full name of this package. */
104 #undef PACKAGE_NAME
105
106 /* Define to the full name and version of this package. */
107 #undef PACKAGE_STRING
108
109 /* Define to the one symbol short name of this package. */
110 #undef PACKAGE_TARNAME
111
112 /* Define to the home page for this package. */
113 #undef PACKAGE_URL
114
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
117
118 /* default value since PATH_MAX is not defined */
119 #undef PATH_MAX
120
121 /* Sloppy Spec Compliance */
122 #undef SLOPPY_SPEC
123
124 /* If using the C implementation of alloca, define if you know the
125    direction of stack growth for your system; otherwise it will be
126    automatically deduced at runtime.
127         STACK_DIRECTION > 0 => grows toward higher addresses
128         STACK_DIRECTION < 0 => grows toward lower addresses
129         STACK_DIRECTION = 0 => direction of growth unknown */
130 #undef STACK_DIRECTION
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* Strict Spec Compliance */
136 #undef STRICT_SPEC
137
138 /* Version number of package */
139 #undef VERSION
140
141 /* Major version */
142 #undef VMAJ
143
144 /* Micro version */
145 #undef VMIC
146
147 /* Minor version */
148 #undef VMIN
149
150 /* Revison */
151 #undef VREV
152
153 /* Macro declaring a function argument to be unused */
154 #undef __UNUSED__
155
156 /* Define to empty if `const' does not conform to ANSI C. */
157 #undef const
158
159 /* Define to `unsigned int' if <sys/types.h> does not define. */
160 #undef size_t
161
162
163 #endif /* EFL_CONFIG_H__ */
164