summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-03 10:14:28 +1000
committerDamien Miller <djm@mindrot.org>2003-06-03 10:14:28 +1000
commit35276253a60a3e57ec21b82b2e3c81e03c0206de (patch)
tree4552a683045a32f8249d4155b11ce24750d65d30 /acconfig.h
parenteacbb4fcc1c8baf68db9376f3d6179a30016a36e (diff)
- (djm) Replace setproctitle replacement with code derived from
UCB sendmail
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 2 insertions, 5 deletions
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