+2002-07-09 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5.hin: Put # for cpp directives in first column.
+
2002-07-07 Ken Raeburn <raeburn@mit.edu>
* k5-int.h: Always include socket support headers; don't check
#endif
#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
- #include <TargetConditionals.h>
- #if TARGET_RT_MAC_CFM
- #error "Use KfM 4.0 SDK headers for CFM compilation."
- #endif
-
- #ifndef KRB5_PRIVATE /* Allow e.g. build system to override */
- #define KRB5_PRIVATE 0
- #endif
+# include <TargetConditionals.h>
+# if TARGET_RT_MAC_CFM
+# error "Use KfM 4.0 SDK headers for CFM compilation."
+# endif
+
+# ifndef KRB5_PRIVATE /* Allow e.g. build system to override */
+# define KRB5_PRIVATE 0
+# endif
#else
#if defined(_WIN32)
- #ifndef KRB5_PRIVATE
- #define KRB5_PRIVATE 0
- #endif
+# ifndef KRB5_PRIVATE
+# define KRB5_PRIVATE 0
+# endif
#else
- #ifndef KRB5_PRIVATE
- #define KRB5_PRIVATE 1
- #endif
+# ifndef KRB5_PRIVATE
+# define KRB5_PRIVATE 1
+# endif
#endif
#endif
KRB5INT_BEGIN_DECLS
#if TARGET_OS_MAC
- #if defined(__MWERKS__)
- #pragma import on
- #pragma enumsalwaysint on
- #endif
- #pragma options align=mac68k
+# if defined(__MWERKS__)
+# pragma import on
+# pragma enumsalwaysint on
+# endif
+# pragma options align=mac68k
#endif
/* from profile.h */
(krb5_context context);
#if TARGET_OS_MAC
- #if defined(__MWERKS__)
- #pragma enumsalwaysint reset
- #pragma import reset
- #endif
- #pragma options align=reset
+# if defined(__MWERKS__)
+# pragma enumsalwaysint reset
+# pragma import reset
+# endif
+# pragma options align=reset
#endif
KRB5INT_END_DECLS
+2002-07-09 Ken Raeburn <raeburn@mit.edu>
+
+ * krb524.h: Put # for cpp directives in first column.
+
2002-07-07 Ken Raeburn <raeburn@mit.edu>
* sendmsg.c (krb524_sendto_kdc): Update sendto_udp calling
#define KRB524_PORT 4444
#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
- #include <TargetConditionals.h>
- #ifndef KRB524_PRIVATE /* Allow e.g. build system to override */
- #define KRB524_PRIVATE 0
- #endif
+# include <TargetConditionals.h>
+# ifndef KRB524_PRIVATE /* Allow e.g. build system to override */
+# define KRB524_PRIVATE 0
+# endif
#else
- #include "krb524_err.h"
- #ifndef KRB524_PRIVATE
- #define KRB524_PRIVATE 1
- #endif
+# include "krb524_err.h"
+# ifndef KRB524_PRIVATE
+# define KRB524_PRIVATE 1
+# endif
#endif
#ifndef KRB524INT_BEGIN_DECLS
#endif
#if TARGET_OS_MAC
- #if defined(__MWERKS__)
- #pragma import on
- #pragma enumsalwaysint on
- #endif
- #pragma options align=mac68k
+# if defined(__MWERKS__)
+# pragma import on
+# pragma enumsalwaysint on
+# endif
+# pragma options align=mac68k
#endif
KRB524INT_BEGIN_DECLS
#endif /* KRB524_PRIVATE */
#if TARGET_OS_MAC
- #if defined(__MWERKS__)
- #pragma enumsalwaysint reset
- #pragma import reset
- #endif
- #pragma options align=reset
+# if defined(__MWERKS__)
+# pragma enumsalwaysint reset
+# pragma import reset
+# endif
+# pragma options align=reset
#endif
KRB524INT_END_DECLS
+2002-07-09 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5_libinit.c: Put # for cpp directives in first column.
+
2002-07-03 Alexandra Ellwood <lxs@mit.edu>
* krb5_libinit.c: Conditionalized error table loading for
+2002-07-09 Ken Raeburn <raeburn@mit.edu>
+
+ * cc_file.c: Put # for cpp directives in first column.
+
2002-60-20 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Build cc accessor functions on Windows.
#include "port-sockets.h"
#endif
#else
- #error find some way to use net-byte-order file version numbers.
+# error find some way to use net-byte-order file version numbers.
#endif
krb5_error_code KRB5_CALLCONV krb5_fcc_close
#include <assert.h>
#if TARGET_OS_MAC
- #include <Kerberos/com_err.h>
+# include <Kerberos/com_err.h>
#endif
#include "krb5.h"
+2002-07-09 Ken Raeburn <raeburn@mit.edu>
+
+ * error_message.c: Put # for cpp directives in first column.
+
2002-07-08 Tom Yu <tlyu@mit.edu>
* et_c.awk: Fix up <com_err.h> inclusion for windows and mac.
#include "error_table.h"
#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
- #include <KerberosSupport/KerberosSupport.h>
- #include <KerberosSupport/ErrorLib.h>
+# include <KerberosSupport/KerberosSupport.h>
+# include <KerberosSupport/ErrorLib.h>
#endif
#if defined(_WIN32)