Date: Wed, 06 May 1998 11:35:33 -0700 From: Jeremy Allison <jallison@whistle.com> To: Jean-Francois Micouleau <Jean-Francois.Micouleau@utc.fr> Subject: Re: CVS update: samba/source
>
> > 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.