aboutsummaryrefslogtreecommitdiff
path: root/slirp/slirp_config.h
blob: b2def6d20c127cd174a3d51c389b261a24a84398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * User definable configuration options
 */

/* Define to 1 if you want KEEPALIVE timers */
#define DO_KEEPALIVE 0

/*********************************************************/
/*
 * Autoconf defined configuration options
 * You shouldn't need to touch any of these
 */

/* Define to sizeof(char *) */
#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)