diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-03-31 02:03:25 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-31 02:03:25 +0000 |
| commit | afd5eb7ee761696dc499a0532df7483d95d68a47 (patch) | |
| tree | 20802b7f4f84405bf71c354b302c32c8c7e4eda7 /src/util/profile/ChangeLog | |
| parent | df7b8fbe4f34b29b1340e4998bc5827f1f1a4fbc (diff) | |
| download | krb5-afd5eb7ee761696dc499a0532df7483d95d68a47.tar.gz krb5-afd5eb7ee761696dc499a0532df7483d95d68a47.tar.xz krb5-afd5eb7ee761696dc499a0532df7483d95d68a47.zip | |
* prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't define
* configure.in: Don't test sizes of types.
* prof_init.c: Include stdint.h and inttypes.h if available.
(prof_int32): Always define as int32_t.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17815 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index d687008ee..c3e074baa 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,13 @@ +2006-03-30 Ken Raeburn <raeburn@mit.edu> + + * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: + Don't define. + + * configure.in: Don't test sizes of types. + + * prof_init.c: Include stdint.h and inttypes.h if available. + (prof_int32): Always define as int32_t. + 2006-03-10 Ken Raeburn <raeburn@mit.edu> * Makefile.in (generate-files-mac): Depend on profile.h. |
