Alter(or mess with) sun4i target flags a bit
[AROS.git] / tools / MetaMake / config.h.in
blobc47fb23f64861133e8e224fea335863b4356c8cd
1 /* config.h.in. Generated from configure.in by autoheader. */
2 #ifndef CONFIG_H
3 #define CONFIG_H
4 /* Define to the name of the distribution. */
5 #undef PACKAGE
7 /* Define to 1 if ANSI function prototypes are usable. */
8 #undef PROTOTYPES
10 /* Define to the version of the distribution. */
11 #undef VERSION
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
15 #undef HAVE_DIRENT_H
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
18 #undef HAVE_DOPRNT
20 /* Define to 1 if you have the `getcwd' function. */
21 #undef HAVE_GETCWD
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #undef HAVE_INTTYPES_H
26 /* Define to 1 if you have the <memory.h> header file. */
27 #undef HAVE_MEMORY_H
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 #undef HAVE_NDIR_H
32 /* Define to 1 if you have the <netinet/in.h> header file. */
33 #undef HAVE_NETINET_IN_H
35 /* Define to 1 if you have the <stdarg.h> header file. */
36 #undef HAVE_STDARG_H
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #undef HAVE_STDINT_H
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #undef HAVE_STDLIB_H
44 /* Define to 1 if you have the `strdup' function. */
45 #undef HAVE_STRDUP
47 /* Define to 1 if you have the `strerror' function. */
48 #undef HAVE_STRERROR
50 /* Define to 1 if you have the <strings.h> header file. */
51 #undef HAVE_STRINGS_H
53 /* Define to 1 if you have the <string.h> header file. */
54 #undef HAVE_STRING_H
56 /* Define to 1 if you have the `strndup' function. */
57 #undef HAVE_STRNDUP
59 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
61 #undef HAVE_SYS_DIR_H
63 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
65 #undef HAVE_SYS_NDIR_H
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #undef HAVE_SYS_STAT_H
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
76 /* Define to 1 if you have the `vprintf' function. */
77 #undef HAVE_VPRINTF
79 /* Name of package */
80 #undef PACKAGE
82 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT
85 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME
88 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING
91 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
97 /* Define to 1 if the C compiler supports function prototypes. */
98 #undef PROTOTYPES
100 /* Define to 1 if you have the ANSI C header files. */
101 #undef STDC_HEADERS
103 /* Version number of package */
104 #undef VERSION
106 /* Define like PROTOTYPES; this can be used by system headers. */
107 #undef __PROTOTYPES
109 /* Define to empty if `const' does not conform to ANSI C. */
110 #undef const
112 /* Define to `unsigned int' if <sys/types.h> does not define. */
113 #undef size_t
115 #if HAVE_UNISTD_H
116 # include <sys/types.h>
117 # include <unistd.h>
118 #endif
120 #if HAVE_DIRENT_H
121 # include <dirent.h>
122 # define NAMLEN(dirent) strlen((dirent)->d_name)
123 #else
124 # define dirent direct
125 # define NAMLEN(dirent) (dirent)->d_namlen
126 # if HAVE_SYS_NDIR_H
127 # include <sys/ndir.h>
128 # endif
129 # if HAVE_SYS_DIR_H
130 # include <sys/dir.h>
131 # endif
132 # if HAVE_NDIR_H
133 # include <ndir.h>
134 # endif
135 #endif
137 #endif /* CONFIG_H */