*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@880 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-10-22 22:32:57 +00:00
parent 190fed0b4e
commit b96bc32e40
8 changed files with 153 additions and 20 deletions

View File

@@ -13,6 +13,8 @@
#include <sys/bitypes.h>
#endif
#include <bits.h>
#include "config_file.h"
/* simple constants */
@@ -22,17 +24,6 @@
#define FALSE 0
#endif
#if 1
/* types */
typedef int int32_t;
typedef short int16_t;
typedef char int8_t;
typedef unsigned int u_int32_t;
typedef unsigned short u_int16_t;
typedef unsigned char u_int8_t;
#endif
typedef int krb5_boolean;
typedef int32_t krb5_error_code;
@@ -222,7 +213,7 @@ typedef struct krb5_auth_context{
typedef u_int32_t krb5_flags;
#include <foo.h>
#include <asn1.h>
typedef struct {
KDC_REP part1;