Peter Eisentraut <e99re41(a)DoCS.UU.SE> writes:
There is no harm in having 20 -I's on the compile line unless the
user has
more than one header file with the same name on his system, in which case
most everything else on it is going to break as well.
This in fact one of the problems that caused us to switch to the newer
inclusion mechanism. (prompted by the mess that is libXawXXXX)
Jan
P.S. I would be interested in knowing what problem the user had for
which you made change. Maybe it is relevant for use too?