* win-mac.h: source code written to the C99 standard assumes there are standard definitions for the MAX sizes of C types including size_t. The MAX preprocessor variables are declared in limits.h but limits.h is not included by any of the other header files. We will therefore include it via win-mac.h. We must also add a declaration of SIZE_MAX (for size_t) because Microsoft does not provide one. To generate a diff of this commit: cvs diff -r1.395 -r1.396 krb5/src/include/ChangeLog cvs diff -r1.30 -r1.31 krb5/src/include/win-mac.h