gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8099 - in GNUnet: . contrib


From: gnunet
Subject: [GNUnet-SVN] r8099 - in GNUnet: . contrib
Date: Sat, 10 Jan 2009 11:32:17 -0700 (MST)

Author: holindho
Date: 2009-01-10 11:32:16 -0700 (Sat, 10 Jan 2009)
New Revision: 8099

Modified:
   GNUnet/configure.ac
   GNUnet/contrib/config-daemon.scm.in
Log:
default interface


Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2009-01-10 16:14:57 UTC (rev 8098)
+++ GNUnet/configure.ac 2009-01-10 18:32:16 UTC (rev 8099)
@@ -180,6 +180,7 @@
 ;;
 esac
 AC_DEFINE_UNQUOTED([GNUNET_DEFAULT_INTERFACE], $DEFAULT_INTERFACE, [This 
should be the default choice for the name of the first network interface])
+AC_SUBST(DEFAULT_INTERFACE)
 
 AC_MSG_CHECKING([for build target])
 AM_CONDITIONAL(MACOSX,  test "$build_target" = "macosx")

Modified: GNUnet/contrib/config-daemon.scm.in
===================================================================
--- GNUnet/contrib/config-daemon.scm.in 2009-01-10 16:14:57 UTC (rev 8098)
+++ GNUnet/contrib/config-daemon.scm.in 2009-01-10 18:32:16 UTC (rev 8099)
@@ -1269,7 +1269,7 @@
  (nohelp)
  '()
  #t
- "eth0"
+ @DEFAULT_INTERFACE@
  '()
  'advanced) )
 
@@ -1445,7 +1445,7 @@
  (_ "For which interfaces should we do accounting?  GNUnet will evaluate the 
total traffic (not only the GNUnet related traffic) and adjust its bandwidth 
usage accordingly. You can currently only specify a single interface. GNUnet 
will also use this interface to determine the IP to use. Typical values are 
eth0, ppp0, eth1, wlan0, etc.  'ifconfig' will tell you what you have.  Never 
use 'lo', that just won't work.  Under Windows, specify the index number 
reported by  'gnunet-win-tool -n'.")
  '()
  #t
- "eth0"
+ @DEFAULT_INTERFACE@
  (list "*" "eth0" "eth1" "eth2")
  'nobasiclimit))
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]