00001 /* 00002 ** $Id: config.h.in 3879 2009-06-23 22:53:29Z 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.7" 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 #define SIZEOF_INT 4 00030 00031 #define USE_MINIUPNPC 00032 00033 /* #undef USE_AUTOUPDATE */ 00034 00035 /* #undef USE_MARBLE */ 00036 00037 /* #undef USE_BREAKPAD */ 00038 00039 #endif 00040