summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 3e058f3ea..314cbaaa4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */ 1/* $Id: acconfig.h,v 1.146 2003/01/07 04:18:33 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -364,6 +364,9 @@
364/* Define if your platform needs to skip post auth file descriptor passing */ 364/* Define if your platform needs to skip post auth file descriptor passing */
365#undef DISABLE_FD_PASSING 365#undef DISABLE_FD_PASSING
366 366
367/* Silly mkstemp() */
368#undef HAVE_STRICT_MKSTEMP
369
367@BOTTOM@ 370@BOTTOM@
368 371
369/* ******************* Shouldn't need to edit below this line ************** */ 372/* ******************* Shouldn't need to edit below this line ************** */