diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/Makefile.in | 2 | ||||
| -rw-r--r-- | src/include/krb5.hin | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index cd5741290..c2876d806 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -4,6 +4,10 @@ (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 diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 6da862341..d0647e653 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -27,8 +27,6 @@ krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \ 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 diff --git a/src/include/krb5.hin b/src/include/krb5.hin index ce4d77ed8..bf886bcb5 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -81,9 +81,6 @@ #define KRB5_OLD_CRYPTO -#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif #include <stdlib.h> /* |
