From b53bdfe499cc0ae04897173d9aa0f776818e2694 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 18 Jul 1995 03:19:31 +0000 Subject: [PATCH] added SPW_* --- config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.49.0