John Levon <[EMAIL PROTECTED]> writes: | On Mon, Feb 10, 2003 at 01:13:00AM +0100, Lars Gullik Bj?nnes wrote: | | > | If we have an xforms-dependent change in the config file, and somebody | > | forgets to include xf-config.h or whatever. | > | > The it won't compile... | | Not necessarily true. | | #define OOH_CAN_USER_FANCY_THING | | #ifdef OOH_CAN_USE_FANCY_THING | fancy_thing(); | #else | stupid_thing() | #endif
But then it will still work... and we have already had those kind of errors with the current system... -- Lgb