summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-13 10:04:58 +1100
committerDamien Miller <djm@mindrot.org>2003-01-13 10:04:58 +1100
commitec201964e4afc9d97b4f11251cb42db0bd4fb062 (patch)
treea6fcb656d85a9f4201e023bc4f221b0fe1fb2fb0 /acconfig.h
parent4790772cda87697a33e54d35c7cc2763914e014a (diff)
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
detection to configure.ac. Prompted by stevesk@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 314cbaaa..cf5f961f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.146 2003/01/07 04:18:33 djm Exp $ */
+/* $Id: acconfig.h,v 1.147 2003/01/12 23:04:59 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -367,6 +367,10 @@
/* Silly mkstemp() */
#undef HAVE_STRICT_MKSTEMP
+/* Setproctitle emulation */
+#undef SETPROCTITLE_STRATEGY
+#undef SETPROCTITLE_PS_PADDING
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */