diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 8716472..8ef156b 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -210,6 +210,9 @@ /* Define if you have the <curses.h> header file. */ #undef HAVE_CURSES_H +/* Define if you have the <dirent.h> header file. */ +#undef HAVE_DIRENT_H + /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H @@ -228,6 +231,9 @@ /* Define if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if you have the <ndir.h> header file. */ +#undef HAVE_NDIR_H + /* Define if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H @@ -258,9 +264,15 @@ /* Define if you have the <sys/debugreg.h> header file. */ #undef HAVE_SYS_DEBUGREG_H +/* Define if you have the <sys/dir.h> header file. */ +#undef HAVE_SYS_DIR_H + /* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H +/* Define if you have the <sys/ndir.h> header file. */ +#undef HAVE_SYS_NDIR_H + /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H |