moved SPW_* to config.h.in

This commit is contained in:
Todd C. Miller
1995-07-18 03:20:44 +00:00
parent 6555548e42
commit a03c27ecbc

10
sudo.h
View File

@@ -152,16 +152,6 @@ extern int top;
#define PERM_FULL_USER 0x03 #define PERM_FULL_USER 0x03
#define PERM_SUDOERS 0x04 #define PERM_SUDOERS 0x04
/*
* Shadow password types
*/
#define SPW_NONE 0x00
#define SPW_SECUREWARE 0x01
#define SPW_HPUX9 0x02
#define SPW_SUNOS4 0x03
#define SPW_SVR4 0x04
#define SPW_ULTRIX4 0x05
/* /*
* Prototypes * Prototypes
*/ */