summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-08-26 13:15:19 -0700
committerTim Rice <tim@multitalents.net>2005-08-26 13:15:19 -0700
commit2291c00ab2aef934391c23227645121719df4c4b (patch)
treee54919cbc0f3992c2b6988d36898b40f838360ba /defines.h
parent8cc2ad68cd886d5f55a40b46a8e4d60931217a33 (diff)
- (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 670fc3fe5..8d3617d06 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.125 2005/08/24 00:18:21 tim Exp $ */ 28/* $Id: defines.h,v 1.126 2005/08/26 20:15:20 tim Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -688,6 +688,10 @@ struct winsize {
688# define CUSTOM_SYS_AUTH_PASSWD 1 688# define CUSTOM_SYS_AUTH_PASSWD 1
689#endif 689#endif
690 690
691#ifdef UNIXWARE_LONG_PASSWORDS
692# define CUSTOM_SYS_AUTH_PASSWD 1
693#endif
694
691/* HP-UX 11.11 */ 695/* HP-UX 11.11 */
692#ifdef BTMP_FILE 696#ifdef BTMP_FILE
693# define _PATH_BTMP BTMP_FILE 697# define _PATH_BTMP BTMP_FILE