summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-aa
blob: dba0b5acc73224d72b87eabb63e22fb7d48bee9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.4 2002/12/23 21:23:58 jlam Exp $

--- _pam_aconf.h.in.orig	Sun Nov 25 22:04:46 2001
+++ _pam_aconf.h.in
@@ -28,6 +28,16 @@
 # include <features.h>
 #endif /* HAVE_FEATURES_H */
 
+/* we have <utmp.h> */
+#undef HAVE_UTMP_H
+
+/* we have <termios.h> */
+#undef HAVE_TERMIOS_H
+
+/* we have Linux shadow passwords */
+#undef HAVE_SHADOW_H
+#undef HAVE_GETSPNAM
+
 /* we have libcrack available */
 #undef HAVE_LIBCRACK