(krb5-pro.h): Add HAVE_SYS_TYPES_H file so that
sys/types.h may be included definition of size_t for
krb5.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6894
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Sep 29 13:35:08 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (clean-unix): Remove krb5-pro.h
+ (krb5-pro.h): Add HAVE_SYS_TYPES_H file so that
+ sys/types.h may be included definition of size_t for
+ krb5.h
+
Fri Sep 29 01:35:50 1995 Theodore Y. Ts'o <tytso@dcl>
* k5-int.h: #include "osconf.h" all the time, at the beginning of
echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5-pro.h
grep SIZEOF krb5/autoconf.h >> krb5-pro.h
grep HAVE_STDARG_H krb5/autoconf.h >> krb5-pro.h
+ grep HAVE_SYS_TYPES_H krb5/autoconf.h >> krb5-pro.h
echo "/* End of prologue section */" >> krb5-pro.h
krb5.h: krb5-pro.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
$(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
clean-unix::
- $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h asn1_err.h adm_err.h
+ $(RM) krb5.h krb5-pro.h krb5_err.h kdb5_err.h kv5m_err.h \
+ asn1_err.h adm_err.h
clean-mac::