summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 24c07beed..0e04c65b2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.160 2003/08/02 12:24:49 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.161 2003/08/25 01:51:19 dtucker 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.
@@ -398,6 +398,11 @@
398/* Define if cmsg_type is not passed correctly */ 398/* Define if cmsg_type is not passed correctly */
399#undef BROKEN_CMSG_TYPE 399#undef BROKEN_CMSG_TYPE
400 400
401/* Strings used in /etc/passwd to denote locked account */
402#undef LOCKED_PASSWD_STRING
403#undef LOCKED_PASSWD_PREFIX
404#undef LOCKED_PASSWD_SUBSTR
405
401/* Define if DNS support is to be activated */ 406/* Define if DNS support is to be activated */
402#undef DNS 407#undef DNS
403 408