Vidalia 0.2.15
config.h
Go to the documentation of this file.
00001 /*
00002 **  $Id$
00003 ** 
00004 **  This file is part of Vidalia, and is subject to the license terms in the 
00005 **  LICENSE file, found in the top level directory of this distribution. If  
00006 **  you did not receive the LICENSE file with this file, you may obtain it
00007 **  from the Vidalia source package distributed by the Vidalia Project at
00008 **  http://www.torproject.org/projects/vidalia.html. No part of Vidalia, 
00009 **  including this file, may be copied, modified, propagated, or distributed 
00010 **  except according to the terms described in the LICENSE file.
00011 **
00012 */
00013 
00014 #ifndef _CONFIG_H
00015 #define _CONFIG_H
00016 
00017 #define VIDALIA_VERSION    "0.2.15"
00018 
00019 #define HAVE_LIMITS_H
00020 
00021 /* #undef HAVE_SYS_LIMITS_H */
00022 
00023 #define HAVE_SIGNAL_H
00024 
00025 #define HAVE_SIGACTION
00026 
00027 #define HAVE_SIGNAL
00028 
00029 /* #undef HAVE_GEOIP_H */
00030 
00031 /* #undef HAVE_GEOIPCITY_H */
00032 
00033 #define SIZEOF_INT 4
00034 
00035 #define USE_MINIUPNPC
00036 
00037 /* #undef USE_AUTOUPDATE */
00038 
00039 /* #undef USE_MARBLE */
00040 
00041 /* #undef USE_BREAKPAD */
00042 
00043 /* #undef USE_GEOIP */
00044 
00045 /* #undef WIN2K */
00046 
00047 #endif
00048