From: Todd C. Miller Date: Tue, 18 Jul 1995 03:19:31 +0000 (+0000) Subject: added SPW_* X-Git-Tag: SUDO_1_4_0~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b53bdfe499cc0ae04897173d9aa0f776818e2694;p=sudo added SPW_* --- diff --git a/config.h.in b/config.h.in index 7bb4d885f..2293fb509 100644 --- a/config.h.in +++ b/config.h.in @@ -204,6 +204,14 @@ /* Define if your struct sockadr has an sa_len field. */ #undef HAVE_SA_LEN +/* Supported 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 + /* Define to the variety of shadow passwords supported on your OS */ #undef SHADOW_TYPE