/* ** $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.vidalia-project.net/. 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_QSSLSOCKET_H #cmakedefine USE_QSSLSOCKET #cmakedefine HAVE_LIMITS_H #cmakedefine HAVE_SYS_LIMITS_H #cmakedefine SIZEOF_INT @SIZEOF_INT@ #cmakedefine USE_MINIUPNPC #cmakedefine USE_AUTOUPDATE #endif