From: Matthias Wachs Date: Wed, 6 Jul 2011 15:47:43 +0000 (+0000) Subject: conf files X-Git-Tag: initial-import-from-subversion-38251~17958 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a465c5385792ea0261b8ae8487dfe3f68196978;p=oweals%2Fgnunet.git conf files --- diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer1.conf b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf index 73afb0a62..987fc019b 100644 --- a/src/transport/test_transport_api_multiaddress_tcp_peer1.conf +++ b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf @@ -11,4 +11,8 @@ ENABLE_UPNP = NO #EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = YES -@INLINE@ template_cfg_peer1.conf \ No newline at end of file +[transport] +DEBUG = NO +#PREFIX = valgrind --leak-check=full + +@INLINE@ template_cfg_peer1.conf diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer2.conf b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf index 7226b78ad..170cde65a 100644 --- a/src/transport/test_transport_api_multiaddress_tcp_peer2.conf +++ b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf @@ -11,4 +11,8 @@ ENABLE_UPNP = NO #INTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = YES -@INLINE@ template_cfg_peer2.conf \ No newline at end of file +[transport] +DEBUG = NO +#PREFIX = valgrind --leak-check=full + +@INLINE@ template_cfg_peer2.conf