Define HAVE_SYS_PROC_H if sys/proc.h exists
authorJoel Brobecker <brobecker@gnat.com>
Tue, 9 Jul 2002 22:59:36 +0000 (22:59 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 9 Jul 2002 22:59:36 +0000 (22:59 +0000)
        * configure.in: Add check for sys/proc.h
        * config.in: Regenerate.
        * configure: Regenerate.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in

index 9d0c03a..904f934 100644 (file)
@@ -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 
index b669862..8c1c7bf 100644 (file)
@@ -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.
 /* 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
 
index 8198441..881c188 100755 (executable)
@@ -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 \
index de84a3b..07871be 100644 (file)
@@ -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 \