~jackweirdy/vidalia/680192

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

#ifndef _CONFIG_H
#define _CONFIG_H

#define VIDALIA_VERSION    "@VERSION@"

#cmakedefine HAVE_LIMITS_H

#cmakedefine HAVE_SYS_LIMITS_H

#cmakedefine HAVE_SIGNAL_H

#cmakedefine HAVE_SIGACTION

#cmakedefine HAVE_SIGNAL

#cmakedefine HAVE_GEOIP_H

#cmakedefine HAVE_GEOIPCITY_H

#cmakedefine SIZEOF_INT @SIZEOF_INT@

#cmakedefine USE_MINIUPNPC

#cmakedefine USE_AUTOUPDATE

#cmakedefine USE_MARBLE

#cmakedefine USE_BREAKPAD

#cmakedefine USE_GEOIP

#cmakedefine WIN2K

#endif