mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
22 lines
441 B
Plaintext
22 lines
441 B
Plaintext
$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
|
|
|