diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-19 14:53:13 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-19 14:53:13 +0000 |
commit | d4bc60eff9aa7a3024ba6456629529a318efc271 (patch) | |
tree | 046ac28ce1a13357b40fa6e5f388394a522539c1 /src/nse | |
parent | 8854ee6592242b0221ea7a3a6bcbe3e694b8ce07 (diff) |
add configure option --enable-javaports to open ports of services with Java bindings by default (#2228)
git-svn-id: https://gnunet.org/svn/gnunet@20606 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/nse')
-rw-r--r-- | src/nse/nse.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in index b04f5acfe9..bc49e051db 100644 --- a/src/nse/nse.conf.in +++ b/src/nse/nse.conf.in @@ -1,6 +1,6 @@ [nse] AUTOSTART = YES -@UNIXONLY@ PORT = 2097 +@JAVAPORT@PORT = 2097 HOSTNAME = localhost HOME = $SERVICEHOME CONFIG = $DEFAULTCONFIG |