|
Revision 2647, 0.8 kB
(checked in by edmanm, 3 months ago)
|
r431@thebe: edmanm | 2008-06-02 23:26:15 -0400
Remove a couple things we don't need anymore now that miniupnpc is included in
Vidalia's source tree.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | ** $Id: $ |
|---|
| 3 | ** |
|---|
| 4 | ** This file is part of Vidalia, and is subject to the license terms in the |
|---|
| 5 | ** LICENSE file, found in the top level directory of this distribution. If |
|---|
| 6 | ** you did not receive the LICENSE file with this file, you may obtain it |
|---|
| 7 | ** from the Vidalia source package distributed by the Vidalia Project at |
|---|
| 8 | ** http://www.vidalia-project.net/. No part of Vidalia, including this file, |
|---|
| 9 | ** may be copied, modified, propagated, or distributed except according to |
|---|
| 10 | ** the terms described in the LICENSE file. |
|---|
| 11 | ** |
|---|
| 12 | */ |
|---|
| 13 | |
|---|
| 14 | #ifndef _CONFIG_H |
|---|
| 15 | #define _CONFIG_H |
|---|
| 16 | |
|---|
| 17 | #define VIDALIA_VERSION "@VERSION@" |
|---|
| 18 | |
|---|
| 19 | #cmakedefine HAVE_QSSLSOCKET_H |
|---|
| 20 | |
|---|
| 21 | #cmakedefine USE_QSSLSOCKET |
|---|
| 22 | |
|---|
| 23 | #cmakedefine HAVE_LIMITS_H |
|---|
| 24 | |
|---|
| 25 | #cmakedefine HAVE_SYS_LIMITS_H |
|---|
| 26 | |
|---|
| 27 | #cmakedefine SIZEOF_INT @SIZEOF_INT@ |
|---|
| 28 | |
|---|
| 29 | #cmakedefine USE_MINIUPNPC |
|---|
| 30 | |
|---|
| 31 | #endif |
|---|
| 32 | |
|---|