* Makefile.in (krb5.h): Don't put HAVE_STDARG_H or HAVE_SYS_TYPE_H symbols into
output.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14297
dc483132-0cff-0310-8789-
dd5450dbe970
(fake_getnameinfo) [__GNUC__ && __mips__]: Use const when
referencing bytes of supplied address.
+ * krb5.hin: Don't include <sys/types.h> any more.
+ * Makefile.in (krb5.h): Don't put HAVE_STDARG_H or HAVE_SYS_TYPE_H
+ symbols into output.
+
2002-03-26 Ken Raeburn <raeburn@mit.edu>
* fake-addrinfo.h: Incorporate all of fake-addrinfo.c. Make all
echo "/* This is the prologue to krb5.h */" > krb5.h
echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5.h
grep SIZEOF krb5/autoconf.h >> krb5.h
- grep HAVE_STDARG_H krb5/autoconf.h >> krb5.h
- grep HAVE_SYS_TYPES_H krb5/autoconf.h >> krb5.h
echo "/* End of prologue section */" >> krb5.h
cat $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
asn1_err.h >> krb5.h
#define KRB5_OLD_CRYPTO
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
#include <stdlib.h>
/*