#include <krb5/copyright.h>
-#ifndef __KRB5_BASE_DEFS__
-#define __KRB5_BASE_DEFS__
+#ifndef KRB5_BASE_DEFS__
+#define KRB5_BASE_DEFS__
#include <krb5/wordsize.h>
#define OLDDECLARG(type, val) type val;
#endif /* __STDC__ */
-#endif /* __KRB5_BASE_DEFS__ */
+#endif /* KRB5_BASE_DEFS__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_CCACHE__
-#define __KRB5_CCACHE__
+#ifndef KRB5_CCACHE__
+#define KRB5_CCACHE__
typedef krb5_pointer krb5_cc_cursor; /* cursor for sequential lookup */
/* for set_flags and other functions */
#define KRB5_TC_OPENCLOSE 0x00000001
-#endif /* __KRB5_CCACHE__ */
+#endif /* KRB5_CCACHE__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_CRC32__
-#define __KRB5_CRC32__
+#ifndef KRB5_CRC32__
+#define KRB5_CRC32__
#define CRC32_CKSUMTYPE 1
#define CRC32_CKSUM_LENGTH (4*sizeof(krb5_octet))
-#endif /* __KRB5_CRC32__ */
+#endif /* KRB5_CRC32__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_ERRORS__
-#define __KRB5_ERRORS__
+#ifndef KRB5_ERRORS__
+#define KRB5_ERRORS__
/* Error codes used in KRB_ERROR protocol messages.
/* other errors */
#define KRB_ERR_FIELD_TOOLONG 50 /* Field is too long for impl. */
-#endif /* __KRB5_ERRORS__ */
+#endif /* KRB5_ERRORS__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_FIELDBITS__
-#define __KRB5_FIELDBITS__
+#ifndef KRB5_FIELDBITS__
+#define KRB5_FIELDBITS__
/* kdc_options for kdc_request */
/* options is 32 bits; each host is responsible to put the 4 bytes
#define MSEC_DIRBIT 0x8000
#define MSEC_VAL_MASK 0x7fff
-#endif /* __KRB5_FIELDBITS__ */
+#endif /* KRB5_FIELDBITS__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_FUNC_PROTO__
-#define __KRB5_FUNC_PROTO__
+#ifndef KRB5_FUNC_PROTO__
+#define KRB5_FUNC_PROTO__
/* libkrb.spec */
PROTOTYPE((krb5_priv_enc_part * ));
-#endif /* __KRB5_FUNC_PROTO__ */
+#endif /* KRB5_FUNC_PROTO__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_HOSTADDR__
-#define __KRB5_HOSTADDR__
+#ifndef KRB5_HOSTADDR__
+#define KRB5_HOSTADDR__
/* structure for address */
typedef struct _krb5_address {
large enough for most protos? */
} krb5_fulladdr;
-#endif /* __KRB5_HOSTADDR__ */
+#endif /* KRB5_HOSTADDR__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_KDB5__
-#define __KRB5_KDB5__
+#ifndef KRB5_KDB5__
+#define KRB5_KDB5__
typedef struct _krb5_db_entry {
krb5_principal principal;
/* XXX THIS REALLY BELONGS ELSEWHERE */
#define TGTNAME "krbtgt"
-#endif /* __KRB5_KDB5__ */
+#endif /* KRB5_KDB5__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_KDB5_DBM__
-#define __KRB5_KDB5_DBM__
+#ifndef KRB5_KDB5_DBM__
+#define KRB5_KDB5_DBM__
#define DEFAULT_DBM_FILE "/krb5/principal"
PROTOTYPE((krb5_error_code (*) PROTOTYPE((krb5_pointer,
krb5_db_entry *)),
krb5_pointer ));
-#endif /* __KRB5_KDB5_DBM__ */
+#endif /* KRB5_KDB5_DBM__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_KEYTAB__
-#define __KRB5_KEYTAB__
+#ifndef KRB5_KEYTAB__
+#define KRB5_KEYTAB__
/* XXX */
krb5_kt_cursor));
} krb5_kt_ops;
-#endif /* __KRB5_KEYTAB__ */
+#endif /* KRB5_KEYTAB__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_LIBOS__
-#define __KRB5_LIBOS__
+#ifndef KRB5_LIBOS__
+#define KRB5_LIBOS__
/* lock mode flags */
#define KRB5_LOCKMODE_SHARED 0x0001
#define KRB5_LOCKMODE_DONTBLOCK 0x0004
#define KRB5_LOCKMODE_UNLOCK 0x0008
-#endif /* __KRB5_LIBOS__ */
+#endif /* KRB5_LIBOS__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_LIBOS_PROTO__
-#define __KRB5_LIBOS_PROTO__
+#ifndef KRB5_LIBOS_PROTO__
+#define KRB5_LIBOS_PROTO__
/* requires <stdio.h> */
PROTOTYPE((krb5_address ***));
-#endif /* __KRB5_LIBOS_PROTO__ */
+#endif /* KRB5_LIBOS_PROTO__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_MACROS__
-#define __KRB5_MACROS__
+#ifndef KRB5_MACROS__
+#define KRB5_MACROS__
-#endif /* __KRB5_MACROS__ */
+#endif /* KRB5_MACROS__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_MIT_DES__
-#define __KRB5_MIT_DES__
+#ifndef KRB5_MIT_DES__
+#define KRB5_MIT_DES__
typedef krb5_krb5_octet des_cblock[8]; /* crypto-block size */
/* cryptosystem entry descriptor for MIT's DES encryption library */
extern krb5_cryptosystem_entry mit_des_cryptosystem_entry;
-#endif /* __KRB5_MIT_DES__ */
+#endif /* KRB5_MIT_DES__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_PROTO__
-#define __KRB5_PROTO__
+#ifndef KRB5_PROTO__
+#define KRB5_PROTO__
/* Protocol version number */
#define KRB5_PVNO 5
#define KRB5_TGS_REP ((krb5_msgtype)16) /* Response to KRB_TGS_REQ req */
#define KRB5_ERROR ((krb5_msgtype)32) /* Error response */
-#endif /* __KRB5_PROTO__ */
+#endif /* KRB5_PROTO__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_RCACHE__
-#define __KRB5_RCACHE__
+#ifndef KRB5_RCACHE__
+#define KRB5_RCACHE__
typedef struct krb5_rc_st {
struct krb5_rc_ops *ops;
} krb5_rc_ops;
-#endif /* __KRB5_RCACHE__ */
+#endif /* KRB5_RCACHE__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_CONFIG__
-#define __KRB5_CONFIG__
+#ifndef KRB5_CONFIG__
+#define KRB5_CONFIG__
#if defined(vax) || defined(__vax__)
#define BITS32
#define BITS32
#endif
-#endif /* __KRB5_CONFIG__ */
+#endif /* KRB5_CONFIG__ */
#include <krb5/copyright.h>
-#ifndef __krb5_osconf__
-#define __krb5_osconf__
+#ifndef KRB5_OSCONF__
+#define KRB5_OSCONF__
#define KRB5_USE_INET /* Support IP address family */
typedef int sigtype;
#endif
-#endif /* __krb5_osconf__ */
+#endif /* KRB5_OSCONF__ */
#include <krb5/copyright.h>
-#ifndef __KRB5_WORDSIZE__
-#define __KRB5_WORDSIZE__
+#ifndef KRB5_WORDSIZE__
+#define KRB5_WORDSIZE__
#ifdef BITS16
#define __OK
indicator */
#define KRB5_INT32_MIN (-KRB5_INT32_MAX-1)
-#endif /* __KRB5_WORDSIZE__ */
+#endif /* KRB5_WORDSIZE__ */