PERFORCE change 109847 for review
    Michael Bushkov 
    bushman at FreeBSD.org
       
    Mon Nov 13 13:40:40 UTC 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=109847
Change 109847 by bushman at bushman_nss_ldap_cached on 2006/11/13 13:39:38
	ifndef that allows to build test ports easily
Affected files ...
.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#19 edit
Differences ...
==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#19 (text+ko) ====
@@ -55,7 +55,9 @@
 #include "ldap_group.h"
 #include "ldap_serv.h"
 
+#ifndef NSS_LDAP_CONF_PATH
 #define NSS_LDAP_CONF_PATH "/etc/nss_ldap.conf"
+#endif
 
 /*
  * Defining NSDB_SERVICES and NSDB_SERVICES_COMPAT to be syntaxically
    
    
More information about the p4-projects
mailing list