Re: [1.3 PATCH] issue prctl(PR_SET_DUMPABLE) where available

2004-01-13 Thread Jim Jagielski
+1 On Jan 13, 2004, at 9:54 AM, Jeff Trawick wrote: Rather than using multiple symbols (HAVE_SYS_PRCTL_H, HAVE_PRCTL), which would add to the CFLAGS, there is a single symbol HAVE_SET_DUMPABLE which is defined via CFLAGS if all prerequisites are met.

Re: [1.3 PATCH] issue prctl(PR_SET_DUMPABLE) where available

2004-01-13 Thread Joe Orton
On Tue, Jan 13, 2004 at 09:54:45AM -0500, Jeff Trawick wrote: > Rather than using multiple symbols (HAVE_SYS_PRCTL_H, HAVE_PRCTL), which > would add to the CFLAGS, there is a single symbol HAVE_SET_DUMPABLE > which is defined via CFLAGS if all prerequisites are met. > > testing: > > Fedora Core

[1.3 PATCH] issue prctl(PR_SET_DUMPABLE) where available

2004-01-13 Thread Jeff Trawick
Rather than using multiple symbols (HAVE_SYS_PRCTL_H, HAVE_PRCTL), which would add to the CFLAGS, there is a single symbol HAVE_SET_DUMPABLE which is defined via CFLAGS if all prerequisites are met. testing: Fedora Core 1: verified that feature was recognized and that the new code was required