2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

moved SPW_* to sudo.h

This commit is contained in:
Todd C. Miller 1995-07-18 02:49:56 +00:00
parent 9b176c01ec
commit 415172f627

View File

@ -39,14 +39,6 @@
static char rcsid[] = "$Id$"; static char rcsid[] = "$Id$";
#endif /* lint */ #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 "config.h"
#include <stdio.h> #include <stdio.h>