diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5.h | 4 |
2 files changed, 8 insertions, 0 deletions
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 |
