k5-int.h before krb5.h is included either directly or
indirectly. This is to allow Kerberos to use pre-processor
symbols to choose configurations of C run time library headers
without affecting third party applications.
ticket: 3236
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17489
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-11-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * gssapi_krb5.hin: include k5-int.h instead of krb5.h
+
2005-10-20 Alexandra Ellwood <lxs@mit.edu>, Jeffrey Altman <jaltman@mit.edu>
* acquire_cred.c (acquire_init_cred):
#ifndef _GSSAPIP_KRB5_H_
#define _GSSAPIP_KRB5_H_
-#include <krb5.h>
+#include <k5-int.h>
#ifdef HAVE_MEMORY_H
#include <memory.h>
+2005-11-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * krb5_libinit.c: include k5-int.h instead of krb5.h
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
+2005-11-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * krb5_decode.c, krb5_encode.c: include k5-int.h instead of krb5.h
+
2005-10-03 Tom Yu <tlyu@mit.edu>
* asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properly
* or implied warranty.
*/
-#include "krb5.h"
+#include "k5-int.h"
#include "krbasn1.h"
#include "asn1_k_decode.h"
#include "asn1_decode.h"
* or implied warranty.
*/
-#include "krb5.h"
+#include "k5-int.h"
#include "asn1_k_encode.h"
#include "asn1_encode.h"
#include "krbasn1.h"
+2005-11-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * winccld.c, stdcc.c: include k5-int.h before stdcc.h
+
2004-11-15 Ken Raeburn <raeburn@mit.edu>
* stdcc.c (krb5_stdcc_get_flags): New function.
*/
#define NEED_WINDOWS
+#include "k5-int.h"
#include "stdcc.h"
#include "stdcc_util.h"
#include "string.h"
-#include "k5-int.h"
#include <stdio.h>
apiCB *gCntrlBlock = NULL;
#include <windows.h>
#include <stdio.h>
-#include "stdcc.h"
#include "k5-int.h"
+#include "stdcc.h"
/* from fcc-proto.h */
extern const krb5_cc_ops krb5_fcc_ops;
#include "autoconf.h"
#include "com_err.h"
-#include "krb5.h"
+#include "k5-int.h"
#include "krb5_err.h"
#include "kv5m_err.h"
#include "asn1_err.h"
+2005-11-14 Jeffrey Altman <jaltman@mit.edu>
+
+ * rc_io.c: include k5-int.h instead of krb5.h
+
2005-04-13 Ken Raeburn <raeburn@mit.edu>
* rc_io.c (NEED_SOCKETS, NEED_LOWLEVEL_IO): Don't define.
#define KRB5_RC_VNO 0x0501 /* krb5, rcache v 1 */
-#include "krb5.h"
+#include "k5-int.h"
#include <stdio.h> /* for P_tmpdir */
#include "rc_base.h"
#include "rc_dfl.h"