summaryrefslogtreecommitdiffstats
path: root/src/util/db2/acconfig.h
blob: a0d1a9e3066b5ea94ab5fa5dedcbf5e7c59ea6c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#undef ssize_t

/* BSD4.3, non-posix types */

#undef u_char
#undef u_int
#undef u_short
#undef u_long

/* sized types used by db internals */

#undef int8_t
#undef u_int8_t
#undef int16_t
#undef u_int16_t