[383] in Kerberos_V5_Development
Some changes for config files
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Oct 29 12:02:55 1990
I've made some changes to the build environment to support automatic
generation of <krb5/config.h> and <krb5/osconf.h>
The following items should be defined to YES or NO in .cf files.
I've done this for the vaxbsd and ultrix .cf files; jfc has the ibm one locked.
#define HasVoidSignalReturn YES
#define HasPosixTermios YES
#define HasPosixFileLocks YES
#define HasPosixTypes YES
[all obvious, I hope; they turn on various POSIX_ defines]
#define HasStringH YES
is there a <string.h> ? If so, it turns on USE_STRING_H, which can be
used in #ifdef's.
#define HasStdlibH NO
Is there a real <stdlib.h>? If so, <krb5/ext-proto.h> will use it,
otherwise it will use <fake-stdlib.h>.
#define HasInet YES
Is there BSD internet stuff? If so, turns on use of it in libos.