summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-05-25 02:23:17 +0000
committerKen Raeburn <raeburn@mit.edu>2002-05-25 02:23:17 +0000
commitbfc376060ac4525495d2edc8a08b922a9176418b (patch)
tree5531b1e2bd59cb80a7f3747d0d8456a0f1bfb5e5 /src/include/Makefile.in
parentec45f2a3d8ee4a77adac76fa79d6c0f33a9f29d2 (diff)
downloadkrb5-bfc376060ac4525495d2edc8a08b922a9176418b.tar.gz
krb5-bfc376060ac4525495d2edc8a08b922a9176418b.tar.xz
krb5-bfc376060ac4525495d2edc8a08b922a9176418b.zip
Reduce build-time per-system dependencies and krb5.h namespace intrusions
* krb5.hin: Don't include profile.h. Do include limits.h. (krb5_int16, krb5_ui_2, krb5_int32, krb5_ui_4): Conditionalize on the values of INT_MAX, LONG_MAX and SHRT_MAX. (VALID_INT_BITS, VALID_UINT_BITS, SALT_TYPE_AFS_LENGTH, SALT_TYPE_NO_LENGTH): Define in terms of INT_MAX and UINT_MAX. (struct _profile_t): Declare forward. (krb5_get_profile): Use struct _profile_t instead of profile_t in declaration. (krb5_ui_1): Delete. * Makefile.in (krb5.h): Don't put SIZEOF macros into output. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14451 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index d0647e653..2f6972848 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -24,10 +24,8 @@ $(srcdir)/krb5/autoconf.stmp: $(srcdir)/configure.in $(SRCTOP)/acconfig.h
krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
asn1_err.h
- echo "/* This is the prologue to krb5.h */" > krb5.h
- echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5.h
+ echo "/* This file is generated, please don't edit it directly. */" > krb5.h
grep SIZEOF 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