Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: raeburn@mit.edu Subject: CVS Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 556 * Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ when extracting from autoconf.h. Don't look for HAVE_ or USE_ symbols. Add ${include_xom} to the prologue. (include_xom): New variable. * gssapi.h: Always include stddef.h unconditionally. (GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't define. To generate a diff of this commit: cvs diff -r1.142 -r1.143 krb5/src/lib/gssapi/generic/ChangeLog cvs diff -r1.73 -r1.74 krb5/src/lib/gssapi/generic/Makefile.in cvs diff -r1.20 -r1.21 krb5/src/lib/gssapi/generic/gssapi.hin