xref: /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-config.hin (revision b670c9bafc0e31c7609969bf374b2e80bdc00211)
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