From b55a4ca644735f2fcfd551a2cc68853542296281 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Sep 2002 15:46:49 +0000 Subject: fix getpass replacement check (i thought I fixed this a few days ago....) (This used to be commit 1b55965f12dc2ede46ca2dbc82acbf56b7e33e2e) --- source3/nsswitch/winbind_nss_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index d9a9b8aaae..2faaa30d1b 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -26,7 +26,9 @@ /* Include header files from data in config.h file */ +#ifndef NO_CONFIG_H #include +#endif #include -- cgit