summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-09-08 22:04:59 -0700
committerTim Rice <tim@multitalents.net>2005-09-08 22:04:59 -0700
commit784d4f538f26f5048c0c2de6239a7d65b5e393a4 (patch)
treec3eb2f2b3e2c4aa766a233cb9f87c9e3ae7988ee
parent64ead485ac8fa10cb4db9c316e0c72c51a95e82e (diff)
Last commit skipped defines.h
- (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@
-rw-r--r--defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.h b/defines.h
index 408b988b..43a64222 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.127 2005/08/31 16:59:49 tim Exp $ */
+/* $Id: defines.h,v 1.128 2005/09/09 05:04:59 tim Exp $ */
/* Constants */
@@ -688,7 +688,7 @@ struct winsize {
# define CUSTOM_SYS_AUTH_PASSWD 1
#endif
-#if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF)
+#ifdef HAVE_LIBIAF
# define CUSTOM_SYS_AUTH_PASSWD 1
#endif