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/configure.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/configure.in')
-rw-r--r-- | gdb/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 28e7a07..b009687 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -102,7 +102,8 @@ AC_CHECK_HEADERS(ctype.h curses.h endian.h link.h thread_db.h proc_service.h \ string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \ - time.h sys/ioctl.h sys/user.h) + time.h sys/ioctl.h sys/user.h \ + dirent.h sys/ndir.h sys/dir.h ndir.h) AC_HEADER_STAT AC_C_CONST |