summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--attic/testnet/MTQ.hpp (renamed from testnet/MTQ.hpp)0
-rw-r--r--attic/testnet/README.md (renamed from testnet/README.md)0
-rw-r--r--attic/testnet/SimNet.cpp (renamed from testnet/SimNet.cpp)0
-rw-r--r--attic/testnet/SimNet.hpp (renamed from testnet/SimNet.hpp)0
-rw-r--r--attic/testnet/SimNetSocketManager.cpp (renamed from testnet/SimNetSocketManager.cpp)0
-rw-r--r--attic/testnet/SimNetSocketManager.hpp (renamed from testnet/SimNetSocketManager.hpp)0
-rw-r--r--attic/testnet/TestEthernetTap.cpp (renamed from testnet/TestEthernetTap.cpp)0
-rw-r--r--attic/testnet/TestEthernetTap.hpp (renamed from testnet/TestEthernetTap.hpp)0
-rw-r--r--attic/testnet/TestEthernetTapFactory.cpp (renamed from testnet/TestEthernetTapFactory.cpp)0
-rw-r--r--attic/testnet/TestEthernetTapFactory.hpp (renamed from testnet/TestEthernetTapFactory.hpp)0
-rw-r--r--make-freebsd.mk2
-rw-r--r--make-linux.mk2
12 files changed, 2 insertions, 2 deletions
diff --git a/testnet/MTQ.hpp b/attic/testnet/MTQ.hpp
index 9f421188..9f421188 100644
--- a/testnet/MTQ.hpp
+++ b/attic/testnet/MTQ.hpp
diff --git a/testnet/README.md b/attic/testnet/README.md
index 3d3b3b54..3d3b3b54 100644
--- a/testnet/README.md
+++ b/attic/testnet/README.md
diff --git a/testnet/SimNet.cpp b/attic/testnet/SimNet.cpp
index c52c4fdf..c52c4fdf 100644
--- a/testnet/SimNet.cpp
+++ b/attic/testnet/SimNet.cpp
diff --git a/testnet/SimNet.hpp b/attic/testnet/SimNet.hpp
index 554df754..554df754 100644
--- a/testnet/SimNet.hpp
+++ b/attic/testnet/SimNet.hpp
diff --git a/testnet/SimNetSocketManager.cpp b/attic/testnet/SimNetSocketManager.cpp
index 5b8b97a0..5b8b97a0 100644
--- a/testnet/SimNetSocketManager.cpp
+++ b/attic/testnet/SimNetSocketManager.cpp
diff --git a/testnet/SimNetSocketManager.hpp b/attic/testnet/SimNetSocketManager.hpp
index b32372bf..b32372bf 100644
--- a/testnet/SimNetSocketManager.hpp
+++ b/attic/testnet/SimNetSocketManager.hpp
diff --git a/testnet/TestEthernetTap.cpp b/attic/testnet/TestEthernetTap.cpp
index 9cd6df5d..9cd6df5d 100644
--- a/testnet/TestEthernetTap.cpp
+++ b/attic/testnet/TestEthernetTap.cpp
diff --git a/testnet/TestEthernetTap.hpp b/attic/testnet/TestEthernetTap.hpp
index 28092118..28092118 100644
--- a/testnet/TestEthernetTap.hpp
+++ b/attic/testnet/TestEthernetTap.hpp
diff --git a/testnet/TestEthernetTapFactory.cpp b/attic/testnet/TestEthernetTapFactory.cpp
index dfc5919e..dfc5919e 100644
--- a/testnet/TestEthernetTapFactory.cpp
+++ b/attic/testnet/TestEthernetTapFactory.cpp
diff --git a/testnet/TestEthernetTapFactory.hpp b/attic/testnet/TestEthernetTapFactory.hpp
index 0ef1619a..0ef1619a 100644
--- a/testnet/TestEthernetTapFactory.hpp
+++ b/attic/testnet/TestEthernetTapFactory.hpp
diff --git a/make-freebsd.mk b/make-freebsd.mk
index a69dab34..bfa2c13c 100644
--- a/make-freebsd.mk
+++ b/make-freebsd.mk
@@ -48,7 +48,7 @@ endif
# "make debug" is a shortcut for this
ifeq ($(ZT_DEBUG),1)
-# DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
+ DEFS+=-DZT_TRACE
CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
LDFLAGS=
STRIP=echo
diff --git a/make-linux.mk b/make-linux.mk
index b3b0fefd..d4cb9d89 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -49,7 +49,7 @@ endif
# "make debug" is a shortcut for this
ifeq ($(ZT_DEBUG),1)
-# DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
+ DEFS+=-DZT_TRACE
CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
LDFLAGS=
STRIP=echo