CVS update: samba/source

Jeremy Allison jallison at whistle.com
Wed May 6 18:35:33 GMT 1998


> 
> > lib/rpc/server/srv_ldap_helpers.c: Added #ifdef USE_LDAP around ldap code.
> > lib/rpc/server/srv_samr.c: Added #ifdef USE_LDAP around ldap code.
> 
> he, It was #ifdefed when I sent the patch to luke. ;-)
> 

No that's ok - it was still #ifdef'ed - I was just
changing it to use the (standard ?) convention of

#ifdef XX
...code...
#else /* XX */
...more code...
#endif /* XX */

Plus I added a dummy function for compilers that
cannot cope with empty source files.

Cheers,

	Jeremy.


More information about the samba-technical mailing list