Vidalia 0.2.10
|
00001 /* 00002 ** $Id: config.h.in 4376 2010-08-05 20:13:14Z edmanm $ 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.vidalia-project.net/. No part of Vidalia, including this file, 00009 ** may be copied, modified, propagated, or distributed except according to 00010 ** 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.10" 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 #endif 00046