Free Electron
networkhost.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __networkhost_networkhost_h__
8 #define __networkhost_networkhost_h__
9 
10 #include "math/math.h"
11 #include "network/network.h"
12 #include "signal/signal.h"
13 
14 #ifdef MODULE_networkhost
15 #define FE_NETWORKHOST_PORT FE_DL_EXPORT
16 #else
17 #define FE_NETWORKHOST_PORT FE_DL_IMPORT
18 #endif
19 
20 #include "networkhost/NetHost.h"
21 
22 #endif /* __networkhost_networkhost_h__ */