From: Ken Raeburn Date: Tue, 9 Jul 2002 19:39:04 +0000 (+0000) Subject: Put # for cpp directives in first column X-Git-Tag: krb5-1.3-alpha1~595 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23b719b5215d1631e605857eb4dbe52d1e0a6aad;p=krb5.git Put # for cpp directives in first column git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14624 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 8b82ec97d..b8db935f9 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ken Raeburn + + * krb5.hin: Put # for cpp directives in first column. + 2002-07-07 Ken Raeburn * k5-int.h: Always include socket support headers; don't check diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 6ee35fed0..a8fa4766b 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -61,23 +61,23 @@ #endif #if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__)) - #include - #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 +# 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 @@ -118,11 +118,11 @@ 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 */ @@ -2519,11 +2519,11 @@ krb5_prompt_type* KRB5_CALLCONV krb5_get_prompt_types (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 diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog index c86844a91..2bc238cbe 100644 --- a/src/krb524/ChangeLog +++ b/src/krb524/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ken Raeburn + + * krb524.h: Put # for cpp directives in first column. + 2002-07-07 Ken Raeburn * sendmsg.c (krb524_sendto_kdc): Update sendto_udp calling diff --git a/src/krb524/krb524.h b/src/krb524/krb524.h index 50645ff75..486f8a71a 100644 --- a/src/krb524/krb524.h +++ b/src/krb524/krb524.h @@ -27,15 +27,15 @@ #define KRB524_PORT 4444 #if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__)) - #include - #ifndef KRB524_PRIVATE /* Allow e.g. build system to override */ - #define KRB524_PRIVATE 0 - #endif +# include +# 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 @@ -49,11 +49,11 @@ #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 @@ -113,11 +113,11 @@ int krb524_sendto_kdc #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 diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index 9d9c54a82..8648be004 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ken Raeburn + + * krb5_libinit.c: Put # for cpp directives in first column. + 2002-07-03 Alexandra Ellwood * krb5_libinit.c: Conditionalized error table loading for diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 6a9d054e9..b028d21e4 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ken Raeburn + + * cc_file.c: Put # for cpp directives in first column. + 2002-60-20 Danilo Almeida * Makefile.in: Build cc accessor functions on Windows. diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c index 0028d37ae..c18344eb2 100644 --- a/src/lib/krb5/ccache/cc_file.c +++ b/src/lib/krb5/ccache/cc_file.c @@ -91,7 +91,7 @@ fcc_nseq.c and fcc_read don't check return values a lot. #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 diff --git a/src/lib/krb5/krb5_libinit.c b/src/lib/krb5/krb5_libinit.c index 27582b65f..e62b44cc0 100644 --- a/src/lib/krb5/krb5_libinit.c +++ b/src/lib/krb5/krb5_libinit.c @@ -1,7 +1,7 @@ #include #if TARGET_OS_MAC - #include +# include #endif #include "krb5.h" diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 14376b76e..b4a416e46 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Ken Raeburn + + * error_message.c: Put # for cpp directives in first column. + 2002-07-08 Tom Yu * et_c.awk: Fix up inclusion for windows and mac. diff --git a/src/util/et/error_message.c b/src/util/et/error_message.c index 450148f06..9033f7f5c 100644 --- a/src/util/et/error_message.c +++ b/src/util/et/error_message.c @@ -28,8 +28,8 @@ #include "error_table.h" #if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__)) - #include - #include +# include +# include #endif #if defined(_WIN32)