]> granicus.if.org Git - sudo/commitdiff
added HAVE_OPIE
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Oct 1996 03:59:42 +0000 (03:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Oct 1996 03:59:42 +0000 (03:59 +0000)
compat.h
config.h.in

index a94094eb96079e1f2a49264f21414ca1d456ebba..99cb67706298efddedc584bbb865725d773d9bcb 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -89,7 +89,7 @@
  * For alternate password schemes we need longer passwords.
  * This is a bit, ummm, gross but necesary.
  */
-#if defined(HAVE_KERB4) || defined(HAVE_AFS) || defined(HAVE_DCE) || defined(HAVE_SKEY)
+#if defined(HAVE_KERB4) || defined(HAVE_AFS) || defined(HAVE_DCE) || defined(HAVE_SKEY) || defined(HAVE_OPIE)
 #  undef _PASSWD_LEN
 #  define _PASSWD_LEN          256
 #else
 #        endif /* SHADOW_TYPE != SPW_NONE */
 #      endif /* PASS_MAX */
 #    endif /* !_PASSWD_LEN */
-#  endif /* HAVE_KERB4 || HAVE_DCE || HAVE_SKEY */
+#  endif /* HAVE_KERB4 || HAVE_AFS || HAVE_DCE || HAVE_SKEY || HAVE_OPIE */
 #endif /* SPW_SECUREWARE */
 
 /*
index f6bcf5d7cbc4c0eaae2e52e92d3b188e2da20d5c..74c338b72961f8276a010a2180d4d9e40a74a931 100644 (file)
 /* Define if you want to use the system getpass().  */
 #undef USE_GETPASS
 
-/* Define if you use Skey.  */
+/* Define if you use S/Key.  */
 #undef HAVE_SKEY
 
+/* Define if you use NRL OPIE.  */
+#undef HAVE_OPIE
+
 /* Define if you use SecurID.  */
 #undef HAVE_SECURID