* krb5.hin: Don't include <sys/types.h> any more.
authorKen Raeburn <raeburn@mit.edu>
Thu, 28 Mar 2002 02:16:14 +0000 (02:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 28 Mar 2002 02:16:14 +0000 (02:16 +0000)
* 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

src/include/ChangeLog
src/include/Makefile.in
src/include/krb5.hin

index cd574129030ba5d940a0f39433cc5a0b9076133f..c2876d806f753897b557942ff9e7d7068706f9c3 100644 (file)
@@ -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
index 6da862341ea27f2346534717c81d4f1c0978cedb..d0647e653c6f77b004fbfefe0a6145f96976a304 100644 (file)
@@ -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
index ce4d77ed8ae18559b780ffb56d3e0737fd36b8e1..bf886bcb5af33a24608a8263bec8110449d70722 100644 (file)
@@ -81,9 +81,6 @@
 
 #define KRB5_OLD_CRYPTO
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <stdlib.h>
 
 /*