]> granicus.if.org Git - sudo/commitdiff
add HAVE_ISCOMSEC and HAVE_ISSECURE
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 3 Nov 1998 19:56:04 +0000 (19:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 3 Nov 1998 19:56:04 +0000 (19:56 +0000)
config.h.in

index cc4a752c28c2e5862ad739f6c6ab6c7ef8f36390..a21038c495d1d863e71fe3155c6621bcb46a2bf9 100644 (file)
 /* Define if you have getprpwnam(3).  [SecureWare-style shadow passwords] */
 #undef HAVE_GETPRPWNAM
 
+/* Define if you have iscomsec(3).  [HP-UX >= 10.x check for shadow enabled] */
+#undef HAVE_ISCOMSEC
+
 /* Define if you have getspwuid(3).  [HP-UX <= 9.X shadow passwords] */
 #undef HAVE_GETSPWUID
 
 /* Define if you have getpwanam(3).  [SunOS 4.x shadow passwords] */
 #undef HAVE_GETPWANAM
 
+/* Define if you have issecure(3).  [SunOS 4.x check for shadow enabled] */
+#undef HAVE_ISSECURE
+
 /* Define if you have getauthuid(3).  [ULTRIX 4.x shadow passwords] */
 #undef HAVE_GETAUTHUID