CPPMyth
Library to interoperate with MythTV server
cppmyth_config.h
1 
2 #ifndef CPPMYTH_CONFIG_H
3 #define CPPMYTH_CONFIG_H
4 
5 #undef HAVE_TIMEGM
6 #define HAVE_TIMEGM 1
7 
8 #undef HAVE_LOCALTIME_R
9 #define HAVE_LOCALTIME_R 1
10 
11 #undef HAVE_GMTIME_R
12 #define HAVE_GMTIME_R 1
13 
14 #undef HAVE_ZLIB
15 #define HAVE_ZLIB 1
16 
17 #undef HAVE_OPENSSL
18 #define HAVE_OPENSSL 0
19 
20 #undef CC_INLINE
21 #define CC_INLINE inline
22 
23 #undef NSROOT
24 #define NSROOT Myth
25 
26 #undef LIBTAG
27 #define LIBTAG "CPPMyth"
28 
29 #endif /* CPPMYTH_CONFIG_H */