From 470ceaa73b2db8544cd6d821705c9d5de77324bf Mon Sep 17 00:00:00 2001 From: drbob Date: Wed, 12 Dec 2007 00:58:28 +0000 Subject: [PATCH] Changes to configuration scripts to remove CHANNELS/PROXY compile options. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@272 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/scripts/config-cygwin.mk | 6 +++--- libretroshare/src/scripts/config-linux.mk | 6 +++--- libretroshare/src/scripts/config-mingw.mk | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libretroshare/src/scripts/config-cygwin.mk b/libretroshare/src/scripts/config-cygwin.mk index 635808566..800ca0fb8 100644 --- a/libretroshare/src/scripts/config-cygwin.mk +++ b/libretroshare/src/scripts/config-cygwin.mk @@ -8,9 +8,9 @@ endif # flags for components.... PQI_USE_XPGP = 1 -PQI_USE_PROXY = 1 -PQI_USE_CHANNELS = 1 -USE_FILELOOK = 1 +#PQI_USE_PROXY = 1 +#PQI_USE_CHANNELS = 1 +#USE_FILELOOK = 1 ########################################################################### diff --git a/libretroshare/src/scripts/config-linux.mk b/libretroshare/src/scripts/config-linux.mk index f77ee6a7c..2de331463 100644 --- a/libretroshare/src/scripts/config-linux.mk +++ b/libretroshare/src/scripts/config-linux.mk @@ -9,9 +9,9 @@ endif # flags for components.... PQI_USE_XPGP = 1 -PQI_USE_PROXY = 1 -PQI_USE_CHANNELS = 1 -USE_FILELOOK = 1 +#PQI_USE_PROXY = 1 +#PQI_USE_CHANNELS = 1 +#USE_FILELOOK = 1 SSL_DIR=../../../../../src/openssl-0.9.7g-xpgp-0.1c KADC_DIR=../../../../../src/KadC diff --git a/libretroshare/src/scripts/config-mingw.mk b/libretroshare/src/scripts/config-mingw.mk index 1a0812a51..34708e327 100644 --- a/libretroshare/src/scripts/config-mingw.mk +++ b/libretroshare/src/scripts/config-mingw.mk @@ -105,9 +105,9 @@ CC = g++ # flags for components.... PQI_USE_XPGP = 1 -PQI_USE_PROXY = 1 +#PQI_USE_PROXY = 1 #PQI_USE_CHANNELS = 1 -USE_FILELOOK = 1 +#USE_FILELOOK = 1 ifeq ($(OS),Win) # MinGw