On Thu, 2006-07-13 at 23:58 -0400, Daniel Richard G. wrote:
[...]
> (various files):
> 
> * Don't use "#if WITH_FOO", as this produces a warning if WITH_FOO is 
>   undefined. Use "#ifdef".

Personally I would define them to always have a value (be it "0" or "1"
for "false" and "true") - and set them correctly in a .h file or
Makefile - so you catch typos using them.

        Bernd
-- 
Firmix Software GmbH                   http://www.firmix.at/
mobil: +43 664 4416156                 fax: +43 1 7890849-55
          Embedded Linux Development and Services

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to