diff options
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r-- | dmake/config.h.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index 608b283cc4cf..15824ba9cf8e 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -51,6 +51,9 @@ /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H +/* Define if you have the <errno.h> header file. */ +#undef HAVE_ERRNO_H + /* Define if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -66,14 +69,14 @@ /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H -/* Define if you have the <sys/file.h> header file. */ -#undef HAVE_SYS_FILE_H - /* Define if you have the <sys/ndir.h> header file. */ #undef HAVE_SYS_NDIR_H -/* Define if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |