CVS update: samba/source

Andrew Tridgell tridge at samba.anu.edu.au
Fri May 22 16:40:18 EST 1998


> > 1) Don't include includes.h in the ubiqx headers.  Problems may arise.
> > 2) The ubiqx headers must follow includes.h in any Samba module that
> >    uses them.
> 3) Absolutely do not include the ubiqx headers in includes.h.

if you want this to be less easy to get wrong then use:

#define UBIQX_CODE

in ubi_null.h

then add:

#ifndef UBIQX_CODE
#include "some/ubi/header"
#endif

in includes.h



More information about the samba-cvs mailing list