> What about using #if 0 or #if PG_FALSE or whatever instead of #if > FALSE?
I think the consensus was to use:
#ifdef NOT_USED
in these cases
Andreas