Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
authorJamie Fraser <jamie.f@sabrienix.com>2011-03-19 07:32:11 +0300
committerJamie Fraser <jamie.f@sabrienix.com>2011-03-19 07:32:11 +0300
commitb752ea0cde54dc6168a3ba5c1a73c81c2d7f1f3c (patch)
treedb333812d33d3bd2fce47a91a9a1a9f491380897 /src/Net.h
parent0e1a3513fad7e22147c6dd06d85e3dd172e4574b (diff)
Added a macro "DEFAULT_MUMBLE_PORT" in src/Net.h so that its a one-line change should the default port ever change.
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Net.h b/src/Net.h
index ec031a36e..c05560dcc 100644
--- a/src/Net.h
+++ b/src/Net.h
@@ -31,6 +31,10 @@
#ifndef _NET_H
#define _NET_H
+#ifndef DEFAULT_MUMBLE_PORT
+#define DEFAULT_MUMBLE_PORT 64738
+#endif
+
#include "murmur_pch.h"
struct HostAddress {