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:
@@ -30,10 +30,9 @@
|
||||
#ifndef TINS_TCP_IP_FLOW_H
|
||||
#define TINS_TCP_IP_FLOW_H
|
||||
|
||||
#include "../cxxstd.h"
|
||||
#include "../config.h"
|
||||
|
||||
// This classes use C++11 features
|
||||
#if TINS_IS_CXX11
|
||||
#ifdef TINS_HAVE_TCPIP
|
||||
|
||||
#include <vector>
|
||||
#include <array>
|
||||
@@ -331,6 +330,6 @@ private:
|
||||
} // TCPIP
|
||||
} // TINS
|
||||
|
||||
#endif // TINS_IS_CXX11
|
||||
#endif // TINS_HAVE_TCPIP
|
||||
#endif // TINS_TCP_IP_FLOW_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user