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 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 ************** */