Subject: gcc question
To: None <port-macppc@netbsd.org>
From: Andy <andy@softbook.com>
List: port-macppc
Date: 12/06/1999 12:20:15
Some lame gcc/makefile questions:

Is there a way to override global  gcc compiler settings like
__CHAR_UNSIGNED__ for example, without recompiling it?
Suppose I have a header file that #defines the things I want and #undef's
the things I don't want, how to make it so that my header file is included
in every .c file ala  CodeWarrior prefix ?
Thx Andy