Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / lib / libwind / map_table.h
blobd1e498cd396054bc24384d7d94f64f78d7388434
1 /* ./map_table.h */
2 /* Automatically generated at 2011-03-18T00:46:30.369881 */
4 #ifndef MAP_TABLE_H
5 #define MAP_TABLE_H 1
7 #include "windlocl.h"
9 struct translation {
10 uint32_t key;
11 unsigned short val_len;
12 unsigned short val_offset;
13 wind_profile_flags flags;
16 extern const struct translation _wind_map_table[];
18 extern const size_t _wind_map_table_size;
20 extern const uint32_t _wind_map_table_val[];
22 #endif /* MAP_TABLE_H */