1 1.1 elric /* ./normalize_table.h */ 2 1.1 elric /* Automatically generated at 2011-03-18T00:46:32.359918 */ 3 1.1 elric 4 1.1 elric #ifndef NORMALIZE_TABLE_H 5 1.1 elric #define NORMALIZE_TABLE_H 1 6 1.1 elric 7 1.1 elric #include <krb5/krb5-types.h> 8 1.1 elric 9 1.1 elric #define MAX_LENGTH_CANON 18 10 1.1 elric 11 1.1 elric struct translation { 12 1.1 elric uint32_t key; 13 1.1 elric unsigned short val_len; 14 1.1 elric unsigned short val_offset; 15 1.1 elric }; 16 1.1 elric 17 1.1 elric extern const struct translation _wind_normalize_table[]; 18 1.1 elric 19 1.1 elric extern const uint32_t _wind_normalize_val_table[]; 20 1.1 elric 21 1.1 elric extern const size_t _wind_normalize_table_size; 22 1.1 elric 23 1.1 elric struct canon_node { 24 1.1 elric uint32_t val; 25 1.1 elric unsigned char next_start; 26 1.1 elric unsigned char next_end; 27 1.1 elric unsigned short next_offset; 28 1.1 elric }; 29 1.1 elric 30 1.1 elric extern const struct canon_node _wind_canon_table[]; 31 1.1 elric 32 1.1 elric extern const unsigned short _wind_canon_next_table[]; 33 1.1 elric #endif /* NORMALIZE_TABLE_H */ 34