summaryrefslogtreecommitdiff
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 c110c5e48..087ce4302 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.134 2002/04/23 20:45:56 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.135 2002/04/25 18:17:04 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -15,8 +15,8 @@
15/* SCO workaround */ 15/* SCO workaround */
16#undef BROKEN_SYS_TERMIO_H 16#undef BROKEN_SYS_TERMIO_H
17 17
18/* Define if you have SCO protected password database */ 18/* Define if you have SecureWare-based protected password database */
19#undef HAVE_SCO_PROTECTED_PW 19#undef HAVE_SECUREWARE
20 20
21/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ 21/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
22/* from environment and PATH */ 22/* from environment and PATH */