]> git.proxmox.com Git - mirror_qemu.git/blame - slirp/slirp_config.h
slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
[mirror_qemu.git] / slirp / slirp_config.h
CommitLineData
f0cbd3ec
FB
1/*
2 * User definable configuration options
3 */
4
f0cbd3ec
FB
5/* Define to 1 if you want KEEPALIVE timers */
6#define DO_KEEPALIVE 0
7
f0cbd3ec
FB
8/*********************************************************/
9/*
10 * Autoconf defined configuration options
11 * You shouldn't need to touch any of these
12 */
13
f0cbd3ec 14/* Define to sizeof(char *) */
101c5935 15#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)