datacalls decoding patches
[gnokii.git] / include / config.h.in.in
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Released under the terms of the GNU GPL, see file COPYING for more details.
10
11 */
12
13 /* DO NOT EDIT MANUALLY !!! */
14
15 #ifndef __CONFIG_H__
16 #define __CONFIG_H__
17
18 #define VERSION    "@VERSION@"
19 #define XVERSION   "@XVERSION@"
20 #define XGNOKIIDIR "@XGNOKIIDIR@/@XPACKAGE@"
21
22 /* Define if you have timersub() */
23 #undef HAVE_TIMEOPS
24
25 /* Define if you have tm_gmtoff field in tm structure */
26 #undef HAVE_TM_GMTON
27
28 /* Define if you have cfsetspeed, cfsetispeed, cfsetospeed, c_ispeed and c_ospeed in struct termios */
29 #undef HAVE_CFSETSPEED
30 #undef HAVE_CFSETISPEED
31 #undef HAVE_CFSETOSPEED
32 #undef HAVE_TERMIOS_CSPEED
33
34 /* Define if you have snprintf */
35 #undef HAVE_SNPRINTF
36
37 /* Define debug level */
38 #undef DEBUG
39 #undef XDEBUG
40 #undef RLP_DEBUG
41
42 /* Decide if you want security options enabled */
43 #undef SECURITY
44
45 /* Define if you have XPM components */
46 #undef XPM
47
48 /* Define if you want NLS */
49 #undef USE_NLS
50
51 /* Define if you want to use Unix98 PTYs */
52 #undef USE_UNIX98PTYS
53
54 /* Define if you compile for M$ Windows */
55 #undef WIN32
56
57
58 /* "decode" brach hacks:
59  */
60 #define _XOPEN_SOURCE 1
61
62 #include <unistd.h>
63 #undef usleep
64 #define usleep(x)
65
66
67 #endif /* __CONFIG_H__ */