From 69b1a0b423931d23c7e6583750970c8603579810 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 26 Jul 1996 03:45:08 +0000 Subject: [PATCH] removed HAVE_C2_SECURITY added SPW_BSD --- config.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.h.in b/config.h.in index ad36ae9b8..df760738c 100644 --- a/config.h.in +++ b/config.h.in @@ -82,9 +82,6 @@ /* Define if you want to use the system getpass(). */ #undef USE_GETPASS -/* Define if you have C2 security. */ -#undef HAVE_C2_SECURITY - /* Define if you use Skey. */ #undef HAVE_SKEY @@ -248,6 +245,7 @@ #define SPW_SUNOS4 0x03 #define SPW_SVR4 0x04 #define SPW_ULTRIX4 0x05 +#define SPW_BSD 0x06 /* Define to the variety of shadow passwords supported on your OS */ #undef SHADOW_TYPE -- 2.40.0