summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2/include/db-config.hin
blob: 0ac7c91633f941be4f4448041d64f03a4a582919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "autoconf.h"

#ifndef HAVE_U_CHAR
#define u_char unsigned char
#endif

#ifndef HAVE_U_INT
#define u_int unsigned int
#endif

#ifndef HAVE_U_LONG
#define u_long unsigned long
#endif

#ifndef HAVE_U_INT32_T
#define u_int32_t unsigned int
#endif