]> granicus.if.org Git - sudo/commitdiff
no more SPW_HPUX10
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:04:43 +0000 (01:04 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:04:43 +0000 (01:04 +0000)
added HAVE_BIGCRYPT

config.h.in

index e7f1f4013d3da8a452d52df834030f2dbad72906..ad36ae9b8701c1a91407f379a19302c000f41c06 100644 (file)
 /* Define if utime(file, NULL) sets timestamp to current */
 #undef HAVE_UTIME_NULL
 
+/* Define if you have bigcrypt(3). */
+#undef HAVE_BIGCRYPT
+
 /* Define if you have the <malloc.h> header file.  */
 #undef HAVE_MALLOC_H
 
 #define SPW_NONE               0x00
 #define SPW_SECUREWARE         0x01
 #define SPW_HPUX9              0x02
-#define SPW_HPUX10             0x03
-#define SPW_SUNOS4             0x04
-#define SPW_SVR4               0x05
-#define SPW_ULTRIX4            0x06
+#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