:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001
[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   Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml.
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   $Log$
14   Revision 1.1.1.1  2001/11/25 21:59:19  short
15   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
16
17   Revision 1.2  2001/06/20 22:34:45  pkot
18   Updated Debian packaging system (Erik Rossen)
19   Updated Makefiles to let packaging process be easier (Pawel Kot)
20
21   Revision 1.1  2001/01/02 09:09:09  pkot
22   Misc fixes and updates.
23
24
25 */
26
27 /* DO NOT EDIT MANUALLY !!! */
28
29 #ifndef __CONFIG_H__
30 #define __CONFIG_H__
31
32 #define VERSION    "@VERSION@"
33 #define XVERSION   "@XVERSION@"
34 #define XGNOKIIDIR "@XGNOKIIPATH@/@XPACKAGE@"
35
36 /* Define if you have timersub() */
37 #undef HAVE_TIMEOPS
38
39 /* Define if you have tm_gmtoff field in tm structure */
40 #undef HAVE_TM_GMTON
41
42 /* Define if you have cfsetspeed, cfsetispeed, cfsetospeed, c_ispeed and c_ospeed in struct termios */
43 #undef HAVE_CFSETSPEED
44 #undef HAVE_CFSETISPEED
45 #undef HAVE_CFSETOSPEED
46 #undef HAVE_TERMIOS_CSPEED
47
48 /* Define if you have snprintf */
49 #undef HAVE_SNPRINTF
50
51 /* Define debug level */
52 #undef DEBUG
53 #undef XDEBUG
54 #undef RLP_DEBUG
55
56 /* Decide if you want security options enabled */
57 #undef SECURITY
58
59 /* Define if you have XPM components */
60 #undef XPM
61
62 /* Define if you want NLS */
63 #undef USE_NLS
64
65 /* Define if you want to use Unix98 PTYs */
66 #undef USE_UNIX98PTYS
67
68 /* Define if you compile for M$ Windows */
69 #undef WIN32
70
71 #endif /* __CONFIG_H__ */