Servus  1.1.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_THREADS
10 # define SERVUS_USE_THREADS 1
11 #endif
12 #ifndef SERVUS_USE_BOOST
13 # define SERVUS_USE_BOOST 1
14 #endif
15 #ifndef SERVUS_USE_AVAHI_CLIENT
16 # define SERVUS_USE_AVAHI_CLIENT 1
17 #endif
18 
19 #endif