summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authortim <tim>2005-08-26 20:15:19 +0000
committertim <tim>2005-08-26 20:15:19 +0000
commitb7bb91a00123191d95c760cc763d5b9973534741 (patch)
tree70ab3112b5a915912552aa063845edff424119d9 /defines.h
parentda1d3f4abfe8e3e43283ed8f5e3471bcd901da22 (diff)
downloadopenssh-b7bb91a00123191d95c760cc763d5b9973534741.tar.gz
- (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 670fc3fe..8d3617d0 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.125 2005/08/24 00:18:21 tim Exp $ */
+/* $Id: defines.h,v 1.126 2005/08/26 20:15:20 tim Exp $ */
/* Constants */
@@ -688,6 +688,10 @@ struct winsize {
# define CUSTOM_SYS_AUTH_PASSWD 1
#endif
+#ifdef UNIXWARE_LONG_PASSWORDS
+# define CUSTOM_SYS_AUTH_PASSWD 1
+#endif
+
/* HP-UX 11.11 */
#ifdef BTMP_FILE
# define _PATH_BTMP BTMP_FILE