]> granicus.if.org Git - sudo/commitdiff
added SPW_*
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Jul 1995 03:19:31 +0000 (03:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Jul 1995 03:19:31 +0000 (03:19 +0000)
config.h.in

index 7bb4d885f99974e030a7be8c8c6f26f46cfae27c..2293fb50961d2e623bfde041f9b7d7ce8ba08f11 100644 (file)
 /* 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