summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-25 18:17:04 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-25 18:17:04 +0000
commit0ea1d9d1f26cf2aa9871fd2050037d5f6407a6b9 (patch)
tree1278b9ccbe128d740e2c652fc2f3df3d04e93095 /acconfig.h
parent30e494fbca1714ace893b80258af85839f99bc4d (diff)
- (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
support. bug #184. most from dcole@keysoftsys.com.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index c110c5e4..087ce430 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.134 2002/04/23 20:45:56 stevesk Exp $ */
+/* $Id: acconfig.h,v 1.135 2002/04/25 18:17:04 stevesk Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -15,8 +15,8 @@
/* SCO workaround */
#undef BROKEN_SYS_TERMIO_H
-/* Define if you have SCO protected password database */
-#undef HAVE_SCO_PROTECTED_PW
+/* Define if you have SecureWare-based protected password database */
+#undef HAVE_SECUREWARE
/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
/* from environment and PATH */