summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-07-09 22:59:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-07-09 22:59:36 +0000
commitb25d6daffd1e40ebc595a3a83e481ec34ef075a6 (patch)
treed85abc00250b07b0f1d038ca7461b7209111ecc3 /gdb
parent771285418b6b76254ff10e5068c24cf11d44203e (diff)
downloadgdb-b25d6daffd1e40ebc595a3a83e481ec34ef075a6.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')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/config.in5
-rwxr-xr-xgdb/configure2
-rw-r--r--gdb/configure.in2
4 files changed, 13 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9d0c03ad86f..904f9348c4d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-09 Joel Brobecker <brobecker@gnat.com>
+
+ 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 <graces@redhat.com>
* config/m68k/tm-m68k.h: Remove macros wrapped in
diff --git a/gdb/config.in b/gdb/config.in
index b6698623163..8c1c7bf356e 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 <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
+/* Define if you have the <sys/proc.h> header file. */
+#undef HAVE_SYS_PROC_H
+
/* Define if you have the <sys/procfs.h> header file. */
#undef HAVE_SYS_PROCFS_H
diff --git a/gdb/configure b/gdb/configure
index 819844108a0..881c1886b76 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 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 \