1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

libreplace: include nss_wrapper.h if NSS_WRAPPER is defined

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25838 0c0555d6-39d7-0310-84fc-f1cc0bd64818
This commit is contained in:
metze 2007-11-05 15:45:08 +00:00 committed by Stefan Metzmacher
parent e1fcd851ab
commit 809fee4bef

View File

@ -93,4 +93,11 @@ char *rep_getpass(const char *prompt);
#define ULTRIX_AUTH 1
#endif
#ifdef NSS_WRAPPER
#ifndef NSS_WRAPPER_NOT_REPLACE
#define NSS_WRAPPER_REPLACE
#endif
#include "lib/nss_wrapper/nss_wrapper.h"
#endif
#endif