From 3288ffb0c11536d9ee0a1fca1eec8fe3dba19b6b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 29 May 1994 00:28:57 +0000 Subject: [PATCH] added LIBSHADOW undef --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 254e1f334..e8107f685 100644 --- a/config.h.in +++ b/config.h.in @@ -113,3 +113,6 @@ /* Define if you have the header file. */ #undef HAVE_TERMIOS_H + +/* Define if you have the -lshadow library. */ +#undef HAVE_LIBSHADOW -- 2.50.1