summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-08-15 18:40:59 +1000
committerDamien Miller <djm@mindrot.org>2004-08-15 18:40:59 +1000
commit36f496502072d82dbb202b41a199eb6032557710 (patch)
tree439092c6479cb2fea8c09318b37a61370d860638 /acconfig.h
parent25f60a7ee780c2cd4a01e05698149d274821012f (diff)
- (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in
openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter closefrom() replacement from sudo; ok dtucker@
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 4c655823f..bb069630d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.178 2004/06/28 06:01:20 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.179 2004/08/15 08:40:59 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -454,6 +454,9 @@
454/* Define if your resolver libs need this for getrrsetbyname */ 454/* Define if your resolver libs need this for getrrsetbyname */
455#undef BIND_8_COMPAT 455#undef BIND_8_COMPAT
456 456
457/* Define if you have /proc/$pid/fd */
458#undef HAVE_PROC_PID
459
457@BOTTOM@ 460@BOTTOM@
458 461
459/* ******************* Shouldn't need to edit below this line ************** */ 462/* ******************* Shouldn't need to edit below this line ************** */