From 96345dfe5d95d1993e67463afbe048e12ce6d103 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Thu, 20 Apr 1995 20:01:50 +0000 Subject: Changes for the PC due to tytso's changing the include structure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 4 ++++ src/include/krb5.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'src/include') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c6a41934c..6537129a1 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 20 12:15:54 1995 Keith Vetter (keithv@fusion.com) + + * krb5.h: Needs SIZEOF_INT, SIZEOF_LONG defined for the PC. + Wed Apr 29 10:00:00 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: duplicated the file copying stuff from diff --git a/src/include/krb5.h b/src/include/krb5.h index d06f12173..c1a8323a8 100644 --- a/src/include/krb5.h +++ b/src/include/krb5.h @@ -33,6 +33,10 @@ #endif #ifdef _MSDOS + +#define SIZEOF_INT 2 +#define SIZEOF_LONG 4 + #ifndef KRB5_CONFIG__ #define KRB5_PROVIDE_PROTOTYPES #define HAS_VOID_TYPE -- cgit