Vidalia 0.3.1
config.h
Go to the documentation of this file.
1/*
2** $Id$
3**
4** This file is part of Vidalia, and is subject to the license terms in the
5** LICENSE file, found in the top level directory of this distribution. If
6** you did not receive the LICENSE file with this file, you may obtain it
7** from the Vidalia source package distributed by the Vidalia Project at
8** http://www.torproject.org/projects/vidalia.html. No part of Vidalia,
9** including this file, may be copied, modified, propagated, or distributed
10** except according to the terms described in the LICENSE file.
11**
12*/
13
14#ifndef _CONFIG_H
15#define _CONFIG_H
16
17#define VIDALIA_VERSION "0.3.1"
18
19#define HAVE_LIMITS_H
20
21/* #undef HAVE_SYS_LIMITS_H */
22
23#define HAVE_SIGNAL_H
24
25#define HAVE_SIGACTION
26
27#define HAVE_SIGNAL
28
29/* #undef HAVE_GEOIP_H */
30
31/* #undef HAVE_GEOIPCITY_H */
32
33#define SIZEOF_INT 4
34
35#define USE_MINIUPNPC
36
37/* #undef USE_AUTOUPDATE */
38
39/* #undef USE_MARBLE */
40
41/* #undef USE_BREAKPAD */
42
43/* #undef USE_GEOIP */
44
45/* #undef WIN2K */
46
47#endif
48