xref: /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-config.hin (revision 51e8e8b0f36933814b1be08913857727876aece5)
1#include "autoconf.h"
2
3#ifndef HAVE_U_CHAR
4#define u_char unsigned char
5#endif
6
7#ifndef HAVE_U_INT
8#define u_int unsigned int
9#endif
10
11#ifndef HAVE_U_LONG
12#define u_long unsigned long
13#endif
14
15#ifndef HAVE_U_INT32_T
16#define u_int32_t unsigned int
17#endif
18