aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-03-28 02:16:14 +0000
committerKen Raeburn <raeburn@mit.edu>2002-03-28 02:16:14 +0000
commitd969a5e4b4a083090e7b1077ec0beb56ba8118dd (patch)
tree8402ec098ccc2b93ae2257138249ac1ff418f3ee /src/include/Makefile.in
parent5a264f7820889439a8fb18acd05d2f930cc3fb3c (diff)
downloadkrb5-d969a5e4b4a083090e7b1077ec0beb56ba8118dd.zip
krb5-d969a5e4b4a083090e7b1077ec0beb56ba8118dd.tar.gz
krb5-d969a5e4b4a083090e7b1077ec0beb56ba8118dd.tar.bz2
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14297 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 6da8623..d0647e6 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