diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:50:03 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:50:03 +0200 |
commit | ccf6e0f9c6b0481ed13e0f4794e3fbead750f385 (patch) | |
tree | ed86efb54f7ee41edfba5c89ca519b5fd10aa0d5 /def.h.defs | |
download | vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.gz vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.bz2 |
added vdr-plugin-mcli-0.0.1+svn20120927
Diffstat (limited to 'def.h.defs')
-rw-r--r-- | def.h.defs | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/def.h.defs b/def.h.defs new file mode 100644 index 0000000..2e7b9b7 --- /dev/null +++ b/def.h.defs @@ -0,0 +1,73 @@ +#ifndef __DEFS_H__ +#ifdef WIN32 + #ifdef __CYGWIN__ + #else + #ifndef IP_ADAPTER_IPV6_ENABLED + #endif + + #ifndef s6_addr16 + #endif + + #if ! defined _GNU_SOURCE && defined __cplusplus + #else + #endif + + #ifdef LIBRARY + #else + #endif + #endif +#else + #if defined __cplusplus + #else + #endif + + #if ! (defined __uClinux__ || defined APPLE || defined MIPSEL) + #endif + + #ifndef APPLE + #else + #ifndef s6_addr16 + #endif + #endif + + #ifdef APPLE + #endif + + #if defined __uClinux__ + #endif +#endif // WIN32 + +#ifndef __uClinux__ + #if ! (defined WIN32 || defined APPLE) + #endif +// #else +// #endif +#else +#endif // __uClinux__ + +#ifdef DMALLOC +#endif + +#if ! defined GETTID && ! defined WIN32 && ! defined APPLE +#else +#endif + +#ifndef WIN32 + #ifdef SYSLOG + #ifdef DEBUG + #else + #endif + #else + #endif // Syslog +#else // WIN32 + #ifdef DEBUG + #else + #endif //DEBUG +#endif // WIN32 + + #ifndef MICROBLAZE + #endif + #ifdef MICROBLAZE + #else + #endif +#endif //__DEFS_H__ |