Index: configure.in =================================================================== RCS file: /cvs/src/src/gdb/configure.in,v retrieving revision 1.88 diff -c -3 -p -r1.88 configure.in *** configure.in 21 Jun 2002 23:48:39 -0000 1.88 --- configure.in 6 Jul 2002 01:52:41 -0000 *************** esac; esac *** 121,127 **** 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 \ 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 \ --- 121,127 ---- 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/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: config.in =================================================================== RCS file: /cvs/src/src/gdb/config.in,v retrieving revision 1.38 diff -c -3 -p -r1.38 config.in *** config.in 21 Jun 2002 23:48:32 -0000 1.38 --- config.in 6 Jul 2002 01:52:36 -0000 *************** *** 367,372 **** --- 367,375 ---- /* 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 *************** *** 379,392 **** /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H - /* Define if you have the header file. */ - #undef HAVE_SYS_STAT_H - /* Define if you have the header file. */ #undef HAVE_SYS_SYSCALL_H - - /* Define if you have the header file. */ - #undef HAVE_SYS_TYPES_H /* Define if you have the header file. */ #undef HAVE_SYS_USER_H --- 382,389 ---- Index: configure =================================================================== RCS file: /cvs/src/src/gdb/configure,v retrieving revision 1.86 diff -c -3 -p -r1.86 configure *** configure 21 Jun 2002 23:48:32 -0000 1.86 --- configure 6 Jul 2002 01:52:40 -0000 *************** esac; esac *** 3389,3395 **** 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 \ 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 \ --- 3389,3395 ---- 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/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 \