diff options
author | Ken Foskey <waratah@openoffice.org> | 2002-10-04 12:31:37 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2002-10-04 12:31:37 +0000 |
commit | c52e65d4c790b252c7c03dcc34312e47dc95fcda (patch) | |
tree | 547257810159a2791753d8d99ce5b87fc53dbd9b /dmake/config.h.in | |
parent | a89a994d774f348527f5dc2d68ebbeb870bf3e4a (diff) |
Dmake: Convert the configure to a better configure process without individual conf.h files for every platform
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 |