bits.h -> krb5-types.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3396 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,8 +8,8 @@ INCLUDES=-DHOST=\"@CANONICAL_HOST@\"
|
||||
|
||||
foodir = $(includedir)
|
||||
foo_DATA = \
|
||||
bits.h des.h error.h getarg.h gssapi.h \
|
||||
hdb.h kafs.h krb5-protos.h krb5.h md4.h md5.h otp.h \
|
||||
des.h error.h getarg.h gssapi.h hdb.h kafs.h \
|
||||
krb5-protos.h krb5-types.h krb5.h md4.h md5.h otp.h \
|
||||
parse_time.h parse_units.h roken.h sha.h sl.h \
|
||||
@EXTRA_HDRS@
|
||||
|
||||
@@ -19,8 +19,8 @@ EXTRA_DATA = err.h
|
||||
CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \
|
||||
krb5_err.h
|
||||
|
||||
bits.h: bits
|
||||
./bits bits.h
|
||||
krb5-types.h: bits
|
||||
./bits krb5-types.h
|
||||
|
||||
cache.h:
|
||||
$(LN_S) $(top_srcdir)/lib/krb5/cache.h .
|
||||
|
@@ -45,7 +45,7 @@
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
struct md4 {
|
||||
unsigned offset;
|
||||
|
@@ -45,7 +45,7 @@
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
struct md5 {
|
||||
unsigned offset;
|
||||
|
@@ -44,7 +44,7 @@ RCSID("$Id$");
|
||||
|
||||
#include <des.h>
|
||||
#include <des_locl.h>
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -45,7 +45,7 @@
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
struct sha {
|
||||
unsigned offset;
|
||||
|
@@ -52,7 +52,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
/*
|
||||
* Now define the three implementation-dependent types.
|
||||
|
@@ -52,7 +52,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
/*
|
||||
* Now define the three implementation-dependent types.
|
||||
|
@@ -41,7 +41,7 @@
|
||||
#ifndef __KAFS_H
|
||||
#define __KAFS_H
|
||||
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
/* sys/ioctl.h must be included manually before kafs.h */
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#define __KRB5_H__
|
||||
|
||||
#include <time.h>
|
||||
#include <bits.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
#include <des.h>
|
||||
#include <asn1_err.h>
|
||||
|
Reference in New Issue
Block a user