[379] in Kerberos_V5_Development
Re: hc & __STDC__
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Oct 29 09:14:19 1990
I only found a few instances of __HIGHC__ in the sources, and no
instances of UNIXCPP, so I don't think this is really an issue. For the
com_err and SS stuff, please talk to Ken about it, he's maintaining that
code, and the only hacking I intend for krb5 to do to them is on Imakefiles.
comerr/com_err.h:14:#ifndef __HIGHC__ /* gives us STDC but not stdarg */
config/imakemdep.h:192:#ifdef __HIGHC__
config/imakemdep.h:193: {"__HIGHC__", "1"},
ss/ss_internal.h:37:#if defined(__HIGHC__) /* Barf! */