svn commit: samba r25838 - in branches/SAMBA_4_0/source/lib/replace/system: .

metze at samba.org metze at samba.org
Mon Nov 5 15:45:08 GMT 2007


Author: metze
Date: 2007-11-05 15:45:08 +0000 (Mon, 05 Nov 2007)
New Revision: 25838

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25838

Log:
libreplace: include nss_wrapper.h if NSS_WRAPPER is defined

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/system/passwd.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/passwd.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/passwd.h	2007-11-05 15:42:38 UTC (rev 25837)
+++ branches/SAMBA_4_0/source/lib/replace/system/passwd.h	2007-11-05 15:45:08 UTC (rev 25838)
@@ -93,4 +93,11 @@
 #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



More information about the samba-cvs mailing list