diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-07-09 22:59:36 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-07-09 22:59:36 +0000 |
commit | f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb (patch) | |
tree | c6c4baa9bc2bb0dd7e9b8954b366be7fa12ddc8c /gdb/configure.in | |
parent | 902a713992fffa604d510dae0ba377981406f828 (diff) | |
download | binutils-gdb-f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb.tar.gz |
Define HAVE_SYS_PROC_H if sys/proc.h exists
* configure.in: Add check for sys/proc.h
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index de84a3b7f88..07871bef9fb 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -121,7 +121,7 @@ esac; esac AC_CHECK_HEADERS(ctype.h nlist.h link.h thread_db.h proc_service.h \ memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \ - string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \ + string.h sys/procfs.h sys/proc.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/file.h sys/ioctl.h sys/user.h sys/fault.h sys/syscall.h \ |