]> granicus.if.org Git - sudo/commitdiff
now include stuff for SPW_SECUREWARE to get AUTH_MAX_PASSWD_LENGTH
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:05:23 +0000 (01:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:05:23 +0000 (01:05 +0000)
tgetpass.c

index 65bdb2af1bb951a34c47ec227b005e0c621cfd29..e906d1f070d37968dfecf522a7c98c5e0825e1f8 100644 (file)
@@ -64,6 +64,14 @@ static char rcsid[] = "$Id$";
 #include <sys/ioctl.h>
 #endif /* HAVE_TERMIO_H */
 #endif /* HAVE_TERMIOS_H */
+#if defined(SHADOW_TYPE) && (SHADOW_TYPE == SPW_SECUREWARE)
+#  ifdef __hpux
+#    include <hpsecurity.h>
+#  else
+#    include <sys/security.h>
+#  endif /* __hpux */ 
+#  include <prot.h>
+#endif /* SHADOW_TYPE == SPW_SECUREWARE */
 
 #include <pathnames.h>
 #include "compat.h"