Alter(or mess with) sun4i target flags a bit
[AROS.git] / tools / MetaMake / config.h.amiga
blobcef61dc37bc1b722e6b7b7e24c2c1f68e888639e
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 #ifndef CONFIG_H
4 #define CONFIG_H
6 /* Define to empty if the keyword does not work.  */
7 /* #undef const */
9 /* Define if you don't have vprintf but do have _doprnt.  */
10 /* #undef HAVE_DOPRNT */
12 /* Define if you have the vprintf function.  */
13 #define HAVE_VPRINTF 1
15 /* Define PACKAGE as the version of the package.  */
16 #define PACKAGE "MetaMake"
18 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
19 /* #undef size_t */
21 /* Define if you have the ANSI C header files.  */
22 #define STDC_HEADERS 1
24 /* Define VERSION as the version of the package.  */
25 #define VERSION "0.6"
27 /* Define to the name of the distribution.  */
28 #define PACKAGE "MetaMake"
30 /* Define to 1 if ANSI function prototypes are usable.  */
31 #define PROTOTYPES 1
33 /* Define to the version of the distribution.  */
34 #define VERSION "0.6"
36 /* Define if you have the getcwd function.  */
37 #define HAVE_GETCWD 1
39 /* Define if you have the strdup function.  */
40 #define HAVE_STRDUP 1
42 /* Define if you have the strerror function.  */
43 #define HAVE_STRERROR 1
45 /* Define if you have the <dirent.h> header file.  */
46 #define HAVE_DIRENT_H 1
48 /* Define if you have the <ndir.h> header file.  */
49 /* #undef HAVE_NDIR_H */
51 /* Define if you have the <netinet/in.h> header file.  */
52 #define HAVE_NETINET_IN_H 1
54 /* Define if you have the <stdarg.h> header file.  */
55 #define HAVE_STDARG_H 1
57 /* Define if you have the <string.h> header file.  */
58 #define HAVE_STRING_H 1
60 /* Define if you have the <sys/dir.h> header file.  */
61 /* #undef HAVE_SYS_DIR_H */
63 /* Define if you have the <sys/ndir.h> header file.  */
64 /* #undef HAVE_SYS_NDIR_H */
66 /* Define if you have the <sys/stat.h> header file.  */
67 #define HAVE_SYS_STAT_H 1
69 /* Define if you have the <sys/types.h> header file.  */
70 #define HAVE_SYS_TYPES_H 1
72 /* Define if you have the <unistd.h> header file.  */
73 #define HAVE_UNISTD_H 1
75 #if HAVE_UNISTD_H
76 # include <sys/types.h>
77 # include <unistd.h>
78 #endif
80 #if HAVE_DIRENT_H
81 # include <dirent.h>
82 # define NAMLEN(dirent) strlen((dirent)->d_name)
83 #else
84 # define dirent direct
85 # define NAMLEN(dirent) (dirent)->d_namlen
86 # if HAVE_SYS_NDIR_H
87 #  include <sys/ndir.h>
88 # endif
89 # if HAVE_SYS_DIR_H
90 #  include <sys/dir.h>
91 # endif
92 # if HAVE_NDIR_H
93 #  include <ndir.h>
94 # endif
95 #endif
97 #endif /* CONFIG_H */