blob: 5126711849e91ac43e98bfbce3a8aac5f401ec53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* 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 if the machine is big endian */
//#undef HOST_WORDS_BIGENDIAN
/* Define to sizeof(char *) */
#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
|