Updated to release 1.7.8
[platform/upstream/eio.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 if building universal (internal helper macro) */
9 #undef AC_APPLE_UNIVERSAL_BUILD
10
11 /* Assert when forgot to call eina_threads_init */
12 #undef EFL_DEBUG_THREADS
13
14 /* Define to mention that POSIX threads are supported */
15 #undef EFL_HAVE_POSIX_THREADS
16
17 /* Define to mention that POSIX or Win32 threads are supported */
18 #undef EFL_HAVE_THREADS
19
20 /* Define to mention that Win32 threads are supported */
21 #undef EFL_HAVE_WIN32_THREADS
22
23 /* Define to 1 if you have the `chown' function. */
24 #undef HAVE_CHOWN
25
26 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
27    */
28 #undef HAVE_DIRENT_H
29
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #undef HAVE_DLFCN_H
32
33 /* Set to 1 if evil package is installed */
34 #undef HAVE_EVIL
35
36 /* Define to 1 if you have the `fchmod' function. */
37 #undef HAVE_FCHMOD
38
39 /* Define to 1 if you have the `fcntl' function. */
40 #undef HAVE_FCNTL
41
42 /* Define to 1 if you have the <features.h> header file. */
43 #undef HAVE_FEATURES_H
44
45 /* Define to 1 if you have the `getgrnam' function. */
46 #undef HAVE_GETGRNAM
47
48 /* Define to 1 if you have the `getpwnam' function. */
49 #undef HAVE_GETPWNAM
50
51 /* Define to 1 if you have the <grp.h> header file. */
52 #undef HAVE_GRP_H
53
54 /* File monitoring with Inotify */
55 #undef HAVE_INOTIFY
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 <libgen.h> header file. */
61 #undef HAVE_LIBGEN_H
62
63 /* Define to mention that lstat syscall is supported */
64 #undef HAVE_LSTAT
65
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
68
69 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
70 #undef HAVE_NDIR_H
71
72 /* File monitoring with Windows notification */
73 #undef HAVE_NOTIFY_WIN32
74
75 /* Define to 1 if you have the <pwd.h> header file. */
76 #undef HAVE_PWD_H
77
78 /* Define to mention that splice syscall is supported */
79 #undef HAVE_SPLICE
80
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #undef HAVE_STDINT_H
83
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #undef HAVE_STDLIB_H
86
87 /* Define to 1 if you have the <strings.h> header file. */
88 #undef HAVE_STRINGS_H
89
90 /* Define to 1 if you have the <string.h> header file. */
91 #undef HAVE_STRING_H
92
93 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
94    */
95 #undef HAVE_SYS_DIR_H
96
97 /* File monitoring with Inotify - sys/inotify.h */
98 #undef HAVE_SYS_INOTIFY
99
100 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
101    */
102 #undef HAVE_SYS_NDIR_H
103
104 /* Define to 1 if you have the <sys/stat.h> header file. */
105 #undef HAVE_SYS_STAT_H
106
107 /* Define to 1 if you have the <sys/types.h> header file. */
108 #undef HAVE_SYS_TYPES_H
109
110 /* Define to 1 if you have the <unistd.h> header file. */
111 #undef HAVE_UNISTD_H
112
113 /* Define to 1 if you have the `listxattr', `setxattr' and `getxattr'
114    functions. */
115 #undef HAVE_XATTR
116
117 /* Define to 1 if your compiler has __attribute__ */
118 #undef HAVE___ATTRIBUTE__
119
120 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121    */
122 #undef LT_OBJDIR
123
124 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
125 #undef NO_MINUS_C_MINUS_O
126
127 /* Name of package */
128 #undef PACKAGE
129
130 /* Define to the address where bug reports for this package should be sent. */
131 #undef PACKAGE_BUGREPORT
132
133 /* Define to the full name of this package. */
134 #undef PACKAGE_NAME
135
136 /* Define to the full name and version of this package. */
137 #undef PACKAGE_STRING
138
139 /* Define to the one symbol short name of this package. */
140 #undef PACKAGE_TARNAME
141
142 /* Define to the home page for this package. */
143 #undef PACKAGE_URL
144
145 /* Define to the version of this package. */
146 #undef PACKAGE_VERSION
147
148 /* default value since PATH_MAX is not defined */
149 #undef PATH_MAX
150
151 /* Define to 1 if you have the ANSI C header files. */
152 #undef STDC_HEADERS
153
154 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
155 #undef TIME_WITH_SYS_TIME
156
157 /* Enable extensions on AIX 3, Interix.  */
158 #ifndef _ALL_SOURCE
159 # undef _ALL_SOURCE
160 #endif
161 /* Enable GNU extensions on systems that have them.  */
162 #ifndef _GNU_SOURCE
163 # undef _GNU_SOURCE
164 #endif
165 /* Enable threading extensions on Solaris.  */
166 #ifndef _POSIX_PTHREAD_SEMANTICS
167 # undef _POSIX_PTHREAD_SEMANTICS
168 #endif
169 /* Enable extensions on HP NonStop.  */
170 #ifndef _TANDEM_SOURCE
171 # undef _TANDEM_SOURCE
172 #endif
173 /* Enable general extensions on Solaris.  */
174 #ifndef __EXTENSIONS__
175 # undef __EXTENSIONS__
176 #endif
177
178
179 /* Version number of package */
180 #undef VERSION
181
182 /* Major version */
183 #undef VMAJ
184
185 /* Micro version */
186 #undef VMIC
187
188 /* Minor version */
189 #undef VMIN
190
191 /* Revison */
192 #undef VREV
193
194 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
195    significant byte first (like Motorola and SPARC, unlike Intel). */
196 #if defined AC_APPLE_UNIVERSAL_BUILD
197 # if defined __BIG_ENDIAN__
198 #  define WORDS_BIGENDIAN 1
199 # endif
200 #else
201 # ifndef WORDS_BIGENDIAN
202 #  undef WORDS_BIGENDIAN
203 # endif
204 #endif
205
206 /* Enable large inode numbers on Mac OS X 10.5.  */
207 #ifndef _DARWIN_USE_64_BIT_INODE
208 # define _DARWIN_USE_64_BIT_INODE 1
209 #endif
210
211 /* Number of bits in a file offset, on hosts where this is settable. */
212 #undef _FILE_OFFSET_BITS
213
214 /* Define for large files, on AIX-style hosts. */
215 #undef _LARGE_FILES
216
217 /* Define to 1 if on MINIX. */
218 #undef _MINIX
219
220 /* Define to 2 if the system does not provide POSIX.1 features except with
221    this defined. */
222 #undef _POSIX_1_SOURCE
223
224 /* Define to 1 if you need to in order for `stat' and other things to work. */
225 #undef _POSIX_SOURCE
226
227 /* Macro declaring a function argument to be unused */
228 #undef __UNUSED__
229
230 /* Define to `__inline__' or `__inline' if that's what the C compiler
231    calls it, or to nothing if 'inline' is not supported under any name.  */
232 #ifndef __cplusplus
233 #undef inline
234 #endif
235
236
237 #endif /* EFL_CONFIG_H__ */
238