summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 314cbaaa4..cf5f961f2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.146 2003/01/07 04:18:33 djm Exp $ */ 1/* $Id: acconfig.h,v 1.147 2003/01/12 23:04:59 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -367,6 +367,10 @@
367/* Silly mkstemp() */ 367/* Silly mkstemp() */
368#undef HAVE_STRICT_MKSTEMP 368#undef HAVE_STRICT_MKSTEMP
369 369
370/* Setproctitle emulation */
371#undef SETPROCTITLE_STRATEGY
372#undef SETPROCTITLE_PS_PADDING
373
370@BOTTOM@ 374@BOTTOM@
371 375
372/* ******************* Shouldn't need to edit below this line ************** */ 376/* ******************* Shouldn't need to edit below this line ************** */