New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / tools / MetaMake / config.h.in
blobd9530ffb4887c1a5cbb91fab73a8dcbbfa194e59
1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
2 #ifndef CONFIG_H
3 #define CONFIG_H
5 /* Define to empty if the keyword does not work. */
6 #undef const
8 /* Define if you don't have vprintf but do have _doprnt. */
9 #undef HAVE_DOPRNT
11 /* Define if you have the vprintf function. */
12 #undef HAVE_VPRINTF
14 /* Define to `unsigned' if <sys/types.h> doesn't define. */
15 #undef size_t
17 /* Define if you have the ANSI C header files. */
18 #undef STDC_HEADERS
20 /* Define if you have the getcwd function. */
21 #undef HAVE_GETCWD
23 /* Define if you have the strdup function. */
24 #undef HAVE_STRDUP
26 /* Define if you have the strerror function. */
27 #undef HAVE_STRERROR
29 /* Define if you have the strndup function. */
30 #undef HAVE_STRNDUP
32 /* Define if you have the <dirent.h> header file. */
33 #undef HAVE_DIRENT_H
35 /* Define if you have the <ndir.h> header file. */
36 #undef HAVE_NDIR_H
38 /* Define if you have the <netinet/in.h> header file. */
39 #undef HAVE_NETINET_IN_H
41 /* Define if you have the <stdarg.h> header file. */
42 #undef HAVE_STDARG_H
44 /* Define if you have the <string.h> header file. */
45 #undef HAVE_STRING_H
47 /* Define if you have the <sys/dir.h> header file. */
48 #undef HAVE_SYS_DIR_H
50 /* Define if you have the <sys/ndir.h> header file. */
51 #undef HAVE_SYS_NDIR_H
53 /* Define if you have the <sys/stat.h> header file. */
54 #undef HAVE_SYS_STAT_H
56 /* Define if you have the <sys/types.h> header file. */
57 #undef HAVE_SYS_TYPES_H
59 /* Define if you have the <unistd.h> header file. */
60 #undef HAVE_UNISTD_H
62 /* Name of package */
63 #undef PACKAGE
65 /* Version number of package */
66 #undef VERSION
68 /* Define if compiler has function prototypes */
69 #undef PROTOTYPES
72 #if HAVE_UNISTD_H
73 # include <sys/types.h>
74 # include <unistd.h>
75 #endif
77 #if HAVE_DIRENT_H
78 # include <dirent.h>
79 # define NAMLEN(dirent) strlen((dirent)->d_name)
80 #else
81 # define dirent direct
82 # define NAMLEN(dirent) (dirent)->d_namlen
83 # if HAVE_SYS_NDIR_H
84 # include <sys/ndir.h>
85 # endif
86 # if HAVE_SYS_DIR_H
87 # include <sys/dir.h>
88 # endif
89 # if HAVE_NDIR_H
90 # include <ndir.h>
91 # endif
92 #endif
94 #endif /* CONFIG_H */