X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=includes%2Fsilc.h.in;h=f573e3d3df83587b3649406cc635c745d59c61ca;hp=c64d33b8a9e483b767703723d764e0e767666e22;hb=a788ad407a51e84cfd41fedc6c053e62283ea2d7;hpb=72c2de619079457f7a68100eb13385275a424a23 diff --git a/includes/silc.h.in b/includes/silc.h.in index c64d33b8..f573e3d3 100644 --- a/includes/silc.h.in +++ b/includes/silc.h.in @@ -28,41 +28,7 @@ extern "C" { #endif -#define SILC_UNIX - -#ifdef WIN32 -#ifndef SILC_WIN32 -#define SILC_WIN32 -#undef SILC_UNIX -#endif -#endif - -#if defined(__EPOC32__) || defined(__SYMBIAN32__) -#ifndef SILC_SYMBIAN -#define SILC_SYMBIAN -#undef SILC_UNIX -#undef SILC_WIN32 -#endif -#endif - -#if defined(__MACH__) && defined(__APPLE__) -#ifndef SILC_MACOSX -#define SILC_MACOSX -#undef SILC_WIN32 -#undef SILC_SYMBIAN -#endif -#endif - -/* Types */ -#define SILC_SIZEOF_LONG_LONG @SILC_SIZEOF_LONG_LONG@ -#define SILC_SIZEOF_LONG @SILC_SIZEOF_LONG@ -#define SILC_SIZEOF_INT @SILC_SIZEOF_INT@ -#define SILC_SIZEOF_SHORT @SILC_SIZEOF_SHORT@ -#define SILC_SIZEOF_CHAR @SILC_SIZEOF_CHAR@ -#define SILC_SIZEOF_VOID_P @SILC_SIZEOF_VOID_P@ - /* Compilation time defines, for third-party software */ -@__SILC_HAVE_PTHREAD@ @__SILC_HAVE_SIM@ @__SILC_ENABLE_DEBUG@