From 35276253a60a3e57ec21b82b2e3c81e03c0206de Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 3 Jun 2003 10:14:28 +1000 Subject: - (djm) Replace setproctitle replacement with code derived from UCB sendmail --- acconfig.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 7914deb5..9d6008e6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.154 2003/05/18 10:52:40 djm Exp $ */ +/* $Id: acconfig.h,v 1.155 2003/06/03 00:14:28 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -11,6 +11,7 @@ /* Define to a Set Process Title type if your system is */ /* supported by bsd-setproctitle.c */ #undef SPT_TYPE +#undef SPT_PADCHAR /* setgroups() NOOP allowed */ #undef SETGROUPS_NOOP @@ -364,10 +365,6 @@ /* Silly mkstemp() */ #undef HAVE_STRICT_MKSTEMP -/* Setproctitle emulation */ -#undef SETPROCTITLE_STRATEGY -#undef SETPROCTITLE_PS_PADDING - /* Some systems put this outside of libc */ #undef HAVE_NANOSLEEP -- cgit v1.2.3