Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / lib / libwind / errorlist_table.h
blob420e89862e31b16dda6d27f0983dd19fa405a369
1 /* ./errorlist_table.h */
2 /* Automatically generated at 2011-03-18T00:46:30.069858 */
4 #ifndef ERRORLIST_TABLE_H
5 #define ERRORLIST_TABLE_H 1
7 #include "windlocl.h"
9 struct error_entry {
10 uint32_t start;
11 unsigned len;
12 wind_profile_flags flags;
15 extern const struct error_entry _wind_errorlist_table[];
17 extern const size_t _wind_errorlist_table_size;
19 #endif /* ERRORLIST_TABLE_H */