[370] in Kerberos_V5_Development
generated configuration .h files?
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Fri Oct 26 09:39:27 1990
I've been thinking a bit about how to take some of the configuration
information out of the Makefiles and into .h files. This would include
things like signal handler types, word length, etc.
I'd like to not have any #ifdef's on things like sun, ultrix, MIPSEL,
etc.
What I'm thinking of is perhaps one configuration .h file in <krb5/>,
which would be generated by a Makefile or shell script (perhaps
unifdef?) at build time, as part of the (soon to be generalized) "make
headers" phase.
comments/suggestions?