Servus  1.0.0
A small set of network oriented utilities in C++ including a zeroconf implementation.
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
definesLinux.h
1 // generated by CMake/FindPackages.cmake, do not edit.
2 
3 #ifndef Servus_DEFINES_Linux_H
4 #define Servus_DEFINES_Linux_H
5 
6 #ifndef Linux
7 # define Linux 1
8 #endif
9 #ifndef SERVUS_USE_AVAHI_CLIENT
10 # define SERVUS_USE_AVAHI_CLIENT 1
11 #endif
12 #ifndef ZEQ_USE_BOOST
13 # define ZEQ_USE_BOOST 1
14 #endif
15 
16 #endif