aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCalvin Owens <jcalvinowens@gmail.com>2013-04-17 00:04:03 -0500
committerCalvin Owens <jcalvinowens@gmail.com>2013-04-17 00:04:03 -0500
commite74fbca1c2a4daece60de250f9c057c54c6a3bb0 (patch)
treedd00809c55e88298e9d0593d1825a9be4801e814 /src
parentfb53186571770f131ab92a63f5c44e11c4b2942c (diff)
downloadbitcoin-e74fbca1c2a4daece60de250f9c057c54c6a3bb0.tar.xz
Add comments to UNIX Makefile regarding USE_UPNP
The tri-state nature of USE_UPNP isn't immediately obvious, so paste the explanation from doc/build-unix.txt as a comment in the makefile.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.unix6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 081edaf63e..8110235647 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -2,7 +2,13 @@
# Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
+# :=0 --> UPnP support turned off by default at runtime
+# :=1 --> UPnP support turned on by default at runtime
+# :=- --> No UPnP support - miniupnp not required
USE_UPNP:=0
+
+# :=1 --> Enable IPv6 support
+# :=0 --> Disable IPv6 support
USE_IPV6:=1
LINK:=$(CXX)