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