diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
commit | 4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135 (patch) | |
tree | 63a806bea5f0fd97c92dd98419dea2fef3cbdda2 /gdb/config.in | |
parent | 944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6 (diff) | |
download | gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.zip gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.gz gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.bz2 |
Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".
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 |