OSDN Git Service

* configure.in (AC_CHECK_FUNCS): Add setpggrp.
authorkettenis <kettenis>
Mon, 23 Jul 2001 19:21:50 +0000 (19:21 +0000)
committerkettenis <kettenis>
Mon, 23 Jul 2001 19:21:50 +0000 (19:21 +0000)
commit4a7cf52ab397f9655f8d371cd9d974718953d2d6
treee9d26fe95707bb3e352ee9a1bab8055d13033352
parentb8a08b20b7648fac080c5f39a9d0ca427a25a583
* configure.in (AC_CHECK_FUNCS): Add setpggrp.
(AC_FUNC_SETPGRP): Add.
* aclocal.m4, configure, config.in: Regenerated.
* inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
SETPGRP_ARGS.  Always use setpgid if it is available, fall back on
setpgrp if it isn't.  Use SETPGRP_VOID (defined by autoconf) to
distinguish between the two setpgrp flavours.
* config/xm-sysv4.h, config/arm/xm-linux.h,
config/i386/xm-i386aix.h, config/i386/xm-sco.h,
config/i386/xm-linux.h, config/i386/xm-ptx.h,
config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
* config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
18 files changed:
gdb/ChangeLog
gdb/aclocal.m4
gdb/config.in
gdb/config/arm/xm-linux.h
gdb/config/i386/xm-i386aix.h
gdb/config/i386/xm-i386sco.h
gdb/config/i386/xm-linux.h
gdb/config/i386/xm-ptx.h
gdb/config/ia64/xm-linux.h
gdb/config/m68k/xm-linux.h
gdb/config/powerpc/xm-linux.h
gdb/config/rs6000/xm-rs6000.h
gdb/config/sparc/xm-linux.h
gdb/config/sparc/xm-sun4sol2.h
gdb/config/xm-sysv4.h
gdb/configure
gdb/configure.in
gdb/inflow.c