Author :
Werner Lemberg
Date :
2000-07-26 14:11:15
Hash :c3dd151b Message :autohint:
Formatting.
Replacing many enums with #defines since we do arithmetics (especially
ORing which would produce undefined enum values). The ideal thing instead
of #defines is `const int' as provided in C++...
Adding header files to rules.mk