diff options
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index ef9eca4..3224539 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -172,9 +172,15 @@ /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H |