for now forcefully disable the use of login capabilities. unfortunately

just because we have login_cap.h does not mean we actually have the
authentication part of login capabilities .... yet. fixes breakage on
-current systems.
This commit is contained in:
brad 2000-09-07 02:33:02 +00:00
parent f5f252960c
commit 78b5a9d723

View File

@ -0,0 +1,11 @@
--- config.h.in.orig Mon Sep 4 01:16:28 2000
+++ config.h.in Mon Sep 4 01:16:40 2000
@@ -231,7 +231,7 @@
#undef HAVE_LASTLOG_H
/* Define if you have the <login_cap.h> header file. */
-#undef HAVE_LOGIN_CAP_H
+/* #undef HAVE_LOGIN_CAP_H */
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H