From f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 9 Jul 2002 22:59:36 +0000 Subject: [PATCH] Define HAVE_SYS_PROC_H if sys/proc.h exists * configure.in: Add check for sys/proc.h * config.in: Regenerate. * configure: Regenerate. --- gdb/ChangeLog | 7 +++++++ gdb/config.in | 5 ++++- gdb/configure | 2 +- gdb/configure.in | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d0c03a..904f934 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-07-09 Joel Brobecker + + Define HAVE_SYS_PROC_H if sys/proc.h exists + * configure.in: Add check for sys/proc.h + * config.in: Regenerate. + * configure: Regenerate. + 2002-07-09 Grace Sainsbury * config/m68k/tm-m68k.h: Remove macros wrapped in diff --git a/gdb/config.in b/gdb/config.in index b669862..8c1c7bf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -367,6 +367,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_POLL_H +/* Define if you have the header file. */ +#undef HAVE_SYS_PROC_H + /* Define if you have the header file. */ #undef HAVE_SYS_PROCFS_H diff --git a/gdb/configure b/gdb/configure index 8198441..881c188 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3387,7 +3387,7 @@ esac; esac for ac_hdr in 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 \ diff --git a/gdb/configure.in b/gdb/configure.in index de84a3b..07871be 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 \ -- 2.7.4