CVS update: samba/source

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


> So, if includes.h were to redefine int, for example, the
> new definition would be in the ubiqx C files, but not in the headers.

you may have made that example as a joke but you may like to know that
this is exactly how I test code for working on machines that have a 8
byte int. I redefine int (or some other basic type) to be "long long".

you can't always do this, but it is a very useful trick when trying to
track down problems reported by people with weird machines.


More information about the samba-cvs mailing list