Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / lib / libwind / bidi_table.h
blob58cd85fd330d7ad3cb4920294562c797810fbf1d
1 /* ./bidi_table.h */
2 /* Automatically generated at 2011-03-18T00:46:28.729093 */
4 #ifndef BIDI_TABLE_H
5 #define BIDI_TABLE_H 1
7 #include <krb5/krb5-types.h>
9 struct range_entry {
10 uint32_t start;
11 unsigned len;
14 extern const struct range_entry _wind_ral_table[];
15 extern const struct range_entry _wind_l_table[];
17 extern const size_t _wind_ral_table_size;
18 extern const size_t _wind_l_table_size;
20 #endif /* BIDI_TABLE_H */