[krbdev.mit.edu #8221] AutoReply: patch for stdint.h

Philip Brown via RT rt-comment at krbdev.mit.edu
Fri Jul 24 19:23:55 EDT 2015


oops. I missed a patchfile, and there is a side issue

attached should be the missing patch for src/util/t_array.pm


However, I have noticed that my patch for include/krb5.hin is not sufficient.
It allows for the compiled libs. However, it has the problem that it
will not cleanly work for a fully standalone, installed set of kerb
headers.
It will, post installation, leave an include/krb5 file, that will only
properly work if either
HAVE_STDINT_H or
HAVE_INTTYPES_H
is defined.

What should really be done is to either
a) preprocess the hin file to directly iinclude the line
or
b) include the autoconf.h definitions in the post "make install" headers?

I'm not sure how to do either of those cleanly.



More information about the krb5-bugs mailing list