1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
5 /* Define to empty if the keyword does not work. */
8 /* Define if you don't have vprintf but do have _doprnt. */
11 /* Define if you have the vprintf function. */
14 /* Define to `unsigned' if <sys/types.h> doesn't define. */
17 /* Define if you have the ANSI C header files. */
20 /* Define if you have the getcwd function. */
23 /* Define if you have the strdup function. */
26 /* Define if you have the strerror function. */
29 /* Define if you have the strndup function. */
32 /* Define if you have the <dirent.h> header file. */
35 /* Define if you have the <ndir.h> header file. */
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. */
44 /* Define if you have the <string.h> header file. */
47 /* Define if you have the <sys/dir.h> header file. */
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. */
65 /* Version number of package */
68 /* Define if compiler has function prototypes */
73 # include <sys/types.h>
79 # define NAMLEN(dirent) strlen((dirent)->d_name)
81 # define dirent direct
82 # define NAMLEN(dirent) (dirent)->d_namlen
84 # include <sys/ndir.h>