1 /* config.h. Generated automatically by configure. */
2 /* config-h.in. Generated automatically from configure.in by autoheader. */
3 /* Define to the address where bug reports for this package should be sent. */
5 #define PACKAGE_BUGREPORT "darco@deepdarc.com"
6 #define PROJECT_BUILDER 1
8 /* Define to the full name of this package. */
9 #define PACKAGE "synfig"
11 /* Define to the version of this package. */
12 #define VERSION "0.60.05-mac"
14 #define LTDL_SHLIB_EXT ".so"
16 #define PLATFORM_DARWIN_PPC 1
18 /* Define to empty if the keyword does not work. */
21 /* Define as __inline if that's what the C compiler calls it. */
24 #define SYNFIG_LTDL_NO_STATIC
26 /* Define if you have the ANSI C header files. */
27 #define STDC_HEADERS 1
29 /* Define if you have the argz_append function. */
30 /* #undef HAVE_ARGZ_APPEND */
32 /* Define if you have the argz_create_sep function. */
33 /* #undef HAVE_ARGZ_CREATE_SEP */
35 /* Define if you have the argz_insert function. */
36 /* #undef HAVE_ARGZ_INSERT */
38 /* Define if you have the argz_next function. */
39 /* #undef HAVE_ARGZ_NEXT */
41 /* Define if you have the argz_stringify function. */
42 /* #undef HAVE_ARGZ_STRINGIFY */
44 /* Define if you have the bcopy function. */
45 /* #undef HAVE_BCOPY */
47 /* Define if you have the dlerror function. */
48 /* #undef HAVE_DLERROR */
50 /* Define if you have the index function. */
51 /* #undef HAVE_INDEX */
53 /* Define if you have the memcpy function. */
56 /* Define if you have the memmove function. */
57 #define HAVE_MEMMOVE 1
59 /* Define if you have the rindex function. */
60 /* #undef HAVE_RINDEX */
62 /* Define if you have the strchr function. */
65 /* Define if you have the strcmp function. */
68 /* Define if you have the strrchr function. */
69 #define HAVE_STRRCHR 1
71 /* Define if you have the <argz.h> header file. */
72 /* #undef HAVE_ARGZ_H */
74 /* Define if you have the <assert.h> header file. */
75 /* #undef HAVE_ASSERT_H */
77 /* Define if you have the <ctype.h> header file. */
78 #define HAVE_CTYPE_H 1
80 /* Define if you have the <dirent.h> header file. */
81 #define HAVE_DIRENT_H 1
83 /* Define if you have the <dl.h> header file. */
84 /* #undef HAVE_DL_H */
86 /* Define if you have the <dld.h> header file. */
87 /* #undef HAVE_DLD_H */
89 /* Define if you have the <dlfcn.h> header file. */
92 /* Define if you have the <errno.h> header file. */
93 #define HAVE_ERRNO_H 1
95 /* Define if you have the <malloc.h> header file. */
96 /* #undef HAVE_MALLOC_H */
98 /* Define if you have the <memory.h> header file. */
99 #define HAVE_MEMORY_H 1
101 /* Define if you have the <ndir.h> header file. */
102 /* #undef HAVE_NDIR_H */
104 /* Define if you have the <stdio.h> header file. */
105 #define HAVE_STDIO_H 1
107 /* Define if you have the <stdlib.h> header file. */
108 #define HAVE_STDLIB_H 1
110 /* Define if you have the <string.h> header file. */
111 #define HAVE_STRING_H 1
113 /* Define if you have the <strings.h> header file. */
114 /* #undef HAVE_STRINGS_H */
116 /* Define if you have the <sys/dir.h> header file. */
117 /* #undef HAVE_SYS_DIR_H */
119 /* Define if you have the <sys/dl.h> header file. */
120 /* #undef HAVE_SYS_DL_H */
122 /* Define if you have the <sys/ndir.h> header file. */
123 /* #undef HAVE_SYS_NDIR_H */
125 /* Define if you have the <unistd.h> header file. */
126 #define HAVE_UNISTD_H 1
128 /* Define to the extension used for shared libraries, say, .so. */
129 /* #undef LTDL_SHLIB_EXT */
131 /* Define to the name of the environment variable that determines the dynamic library search path. */
132 #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
134 /* Define to the system default library search path. */
135 #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
137 /* Define to the sub-directory in which libtool stores uninstalled libraries. */
138 #define LTDL_OBJDIR ".libs/"
140 /* Define if libtool can extract symbol lists from object files. */
141 #define HAVE_PRELOADED_SYMBOLS 1
143 /* Define if you have the libdl library or equivalent. */
144 /* #undef HAVE_LIBDL */
146 /* Define if you have the libdl library or equivalent. */
147 /* #undef HAVE_LIBDL */
149 /* Define if you have the libdl library or equivalent. */
150 /* #undef HAVE_LIBDL */
152 /* Define if you have the shl_load function. */
153 /* #undef HAVE_SHL_LOAD */
155 /* Define if you have the shl_load function. */
156 /* #undef HAVE_SHL_LOAD */
158 /* Define if you have the GNU dld library. */
159 /* #undef HAVE_DLD */
161 /* Define if dlsym() requires a leading underscode in symbol names. */
162 /* #undef NEED_USCORE */
164 /* Define if the OS needs help to load dependent libraries for dlopen(). */
165 #define LTDL_DLOPEN_DEPLIBS 1
167 /* Define to a type to use for `error_t' if it is not otherwise available. */
170 /* Define to 1 if you have the `argz_append' function. */
171 /* #undef HAVE_ARGZ_APPEND */
173 /* Define to 1 if you have the `argz_create_sep' function. */
174 /* #undef HAVE_ARGZ_CREATE_SEP */
176 /* Define to 1 if you have the <argz.h> header file. */
177 /* #undef HAVE_ARGZ_H */
179 /* Define to 1 if you have the `argz_insert' function. */
180 /* #undef HAVE_ARGZ_INSERT */
182 /* Define to 1 if you have the `argz_next' function. */
183 /* #undef HAVE_ARGZ_NEXT */
185 /* Define to 1 if you have the `argz_stringify' function. */
186 /* #undef HAVE_ARGZ_STRINGIFY */
188 /* Define to 1 if you have the <assert.h> header file. */
189 /* #undef HAVE_ASSERT_H */
191 /* Define to 1 if you have the `bcopy' function. */
192 /* #undef HAVE_BCOPY */
194 /* Define to 1 if you have the <ctype.h> header file. */
195 #define HAVE_CTYPE_H 1
197 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
199 #define HAVE_DIRENT_H 1
201 /* Define if you have the GNU dld library. */
202 /* #undef HAVE_DLD */
204 /* Define to 1 if you have the <dld.h> header file. */
205 /* #undef HAVE_DLD_H */
207 /* Define to 1 if you have the `dlerror' function. */
208 #define HAVE_DLERROR 1
210 /* Define to 1 if you have the <dlfcn.h> header file. */
211 #define HAVE_DLFCN_H 1
213 /* Define to 1 if you have the <dl.h> header file. */
214 /* #undef HAVE_DL_H */
216 /* Define to 1 if you have the <errno.h> header file. */
217 #define HAVE_ERRNO_H 1
219 /* Define to 1 if the system has the type `error_t'. */
220 /* #undef HAVE_ERROR_T */
222 /* Define to 1 if you have the `index' function. */
223 /* #undef HAVE_INDEX */
225 /* Define to 1 if you have the <inttypes.h> header file. */
226 #define HAVE_INTTYPES_H 1
228 /* Define if you have the libdl library or equivalent. */
231 /* Define to 1 if you have the <malloc.h> header file. */
232 /* #undef HAVE_MALLOC_H */
234 #define HAVE_SIGNAL_H 1
236 /* Define to 1 if you have the `memcpy' function. */
237 #define HAVE_MEMCPY 1
239 /* Define to 1 if you have the `memmove' function. */
240 #define HAVE_MEMMOVE 1
242 /* Define to 1 if you have the <memory.h> header file. */
243 #define HAVE_MEMORY_H 1
245 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
246 /* #undef HAVE_NDIR_H */
248 /* Define if libtool can extract symbol lists from object files. */
249 #define HAVE_PRELOADED_SYMBOLS 1
251 /* Define to 1 if you have the `rindex' function. */
252 /* #undef HAVE_RINDEX */
254 /* Define if you have the shl_load function. */
255 /* #undef HAVE_SHL_LOAD */
257 /* Define to 1 if you have the <stdint.h> header file. */
258 #define HAVE_STDINT_H 1
260 /* Define to 1 if you have the <stdio.h> header file. */
261 #define HAVE_STDIO_H 1
263 /* Define to 1 if you have the <stdlib.h> header file. */
264 #define HAVE_STDLIB_H 1
266 /* Define to 1 if you have the `strchr' function. */
267 #define HAVE_STRCHR 1
269 /* Define to 1 if you have the `strcmp' function. */
270 #define HAVE_STRCMP 1
272 /* Define to 1 if you have the <strings.h> header file. */
273 #define HAVE_STRINGS_H 1
275 /* Define to 1 if you have the <string.h> header file. */
276 #define HAVE_STRING_H 1
278 /* Define to 1 if you have the `strrchr' function. */
279 #define HAVE_STRRCHR 1
281 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
283 /* #undef HAVE_SYS_DIR_H */
285 /* Define to 1 if you have the <sys/dl.h> header file. */
286 /* #undef HAVE_SYS_DL_H */
288 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
290 /* #undef HAVE_SYS_NDIR_H */
292 /* Define to 1 if you have the <sys/stat.h> header file. */
293 #define HAVE_SYS_STAT_H 1
295 /* Define to 1 if you have the <sys/types.h> header file. */
296 #define HAVE_SYS_TYPES_H 1
298 /* Define to 1 if you have the <unistd.h> header file. */
299 #define HAVE_UNISTD_H 1
301 /* Define if the OS needs help to load dependent libraries for dlopen(). */
302 #define LTDL_DLOPEN_DEPLIBS 1
304 /* Define to the sub-directory in which libtool stores uninstalled libraries.
306 #define LTDL_OBJDIR ".libs/"
308 /* Define to the name of the environment variable that determines the dynamic
309 library search path. */
310 #define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
312 /* Define to the extension used for shared libraries, say, ".so". */
313 /* #undef LTDL_SHLIB_EXT */
315 /* Define to the system default library search path. */
316 #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
318 /* Define if dlsym() requires a leading underscode in symbol names. */
319 #define NEED_USCORE 1
322 /* Define to 1 if you have the ANSI C header files. */
323 #define STDC_HEADERS 1
325 /* Define to empty if `const' does not conform to ANSI C. */
328 /* Define to a type to use for `error_t' if it is not otherwise available. */
331 #define HAVE_LIBPNG 1
332 #define HAVE_OPENEXR 1
333 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
334 if it is not supported. */