1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
6 /* Define to empty if the keyword does not work. */
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. */
21 /* Define if you have the ANSI C header files. */
22 #define STDC_HEADERS 1
24 /* Define VERSION as the version of the package. */
27 /* Define to the name of the distribution. */
28 #define PACKAGE "MetaMake"
30 /* Define to 1 if ANSI function prototypes are usable. */
33 /* Define to the version of the distribution. */
36 /* Define if you have the getcwd function. */
39 /* Define if you have the strdup function. */
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
76 # include <sys/types.h>
82 # define NAMLEN(dirent) strlen((dirent)->d_name)
84 # define dirent direct
85 # define NAMLEN(dirent) (dirent)->d_namlen
87 # include <sys/ndir.h>