replace <stdint.h> with <krb5-types.h>, From David Leonard

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23332 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-27 14:42:17 +00:00
parent aff206f494
commit ae06abd499
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -53,8 +53,7 @@ bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
bidi_h.file.write(
'''
#include <stdint.h>
#include <stddef.h>
#include <krb5-types.h>
struct range_entry {
uint32_t start;
+1 -2
View File
@@ -59,8 +59,7 @@ combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
combining_h.file.write(
'''
#include <stddef.h>
#include <stdint.h>
#include <krb5-types.h>
struct translation {
uint32_t key;
+1 -2
View File
@@ -67,8 +67,7 @@ normalize_c = generate.Implementation('%s/normalize_table.c' % sys.argv[3])
normalize_h.file.write(
'''
#include <stddef.h>
#include <stdint.h>
#include <krb5-types.h>
#define MAX_LENGTH_CANON %u
+1 -2
View File
@@ -86,8 +86,7 @@ f.close()
examples_h.file.write(
'''
#include <stddef.h>
#include <stdint.h>
#include <krb5-types.h>
#define MAX_LENGTH 40