mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Allow disabling TCPIP classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "cxxstd.h"
|
||||
#include "config.h"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#if TINS_IS_CXX11
|
||||
#ifdef TINS_HAVE_TCPIP
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
@@ -714,4 +714,4 @@ TEST(Foo, Dummy) {
|
||||
|
||||
}
|
||||
|
||||
#endif // TINS_IS_CXX11
|
||||
#endif // TINS_HAVE_TCPIP
|
||||
|
||||
Reference in New Issue
Block a user