summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-03-04 22:59:36 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-03-04 22:59:36 +1100
commit91bf45c5977d090adb03b8cabb4293203341f34c (patch)
tree2a814e655f7513c8850b83c8d9e7a4e9f431a7d0 /defines.h
parentb9b6021667953fcb578215c97e523d6cea281ea9 (diff)
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 5e1cac7b..20575a27 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.110 2004/02/10 02:01:14 dtucker Exp $ */
+/* $Id: defines.h,v 1.111 2004/03/04 11:59:37 dtucker Exp $ */
/* Constants */
@@ -616,6 +616,13 @@ struct winsize {
# define USE_LASTLOG
#endif
+#ifdef HAVE_OSF_SIA
+# ifdef USE_SHADOW
+# undef USE_SHADOW
+# endif
+# define CUSTOM_SYS_AUTH_PASSWD 1
+#endif
+
/** end of login recorder definitions */
#endif /* _DEFINES_H */