From 415172f627bed03a6cb87dba9ec4aeb59fe8a76c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 18 Jul 1995 02:49:56 +0000 Subject: [PATCH] moved SPW_* to sudo.h --- check.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/check.c b/check.c index eb6252c63..f16993852 100644 --- a/check.c +++ b/check.c @@ -39,14 +39,6 @@ static char rcsid[] = "$Id$"; #endif /* lint */ -/* Shadow password types */ -#define SPW_NONE 0 -#define SPW_SECUREWARE 1 -#define SPW_HPUX9 2 -#define SPW_SUNOS4 3 -#define SPW_SVR4 4 -#define SPW_ULTRIX4 5 - #include "config.h" #include