X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilc.h.in;h=fce93cb0ff475170029025065a5e5bbb3c63e4c5;hb=9905799a86c606304fd7df2cd401de1740a272a1;hp=06b5332236b80bf1a963130778f23869d233ae9e;hpb=300127ede1b11277d9a90d0f5a70061aa0ee2e2d;p=silc.git diff --git a/includes/silc.h.in b/includes/silc.h.in index 06b53322..fce93cb0 100644 --- a/includes/silc.h.in +++ b/includes/silc.h.in @@ -37,35 +37,19 @@ extern "C" { #endif #endif -#if defined(__EPOC32__) -#ifndef SILC_EPOC -#define SILC_EPOC -#undef SILC_UNIX -#endif -#endif - -#ifdef BEOS -#ifndef SILC_BEOS -#define SILC_BEOS -#undef SILC_UNIX -#endif -#elif defined(__BEOS__) -#ifndef SILC_BEOS -#define SILC_BEOS -#undef SILC_UNIX -#endif -#endif - -#if defined(OS2) -#ifndef SILC_OS2 -#define SILC_OS2 +#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 @@ -84,8 +68,13 @@ extern "C" { #if defined(HAVE_SILCDEFS_H) /* Automatically generated configuration header */ +#ifndef SILC_SYMBIAN #include "silcdefs.h" #include "silcdistdefs.h" +#else +#include "../symbian/silcdefs.h" +#include "../symbian/silcdistdefs.h" +#endif /* SILC_SYMBIAN */ #endif /* HAVE_SILCDEFS_H */ /* Platform specific includes */ @@ -94,16 +83,8 @@ extern "C" { #include "silcwin32.h" #endif -#if defined(SILC_EPOC) -#include "silcepoc.h" -#endif - -#if defined(SILC_BEOS) -#include "silcbeos.h" -#endif - -#if defined(SILC_OS2) -#include "silcos2.h" +#if defined(SILC_SYMBIAN) +#include "silcsymbian.h" #endif #ifndef DLLAPI @@ -140,9 +121,12 @@ extern "C" { #include #include #include -#include #include +#ifdef HAVE_GRP_H +#include +#endif + #if defined(HAVE_GETOPT_H) && defined(HAVE_GETOPT) #include #else @@ -232,6 +216,8 @@ extern "C" { /* Include generic SILC type definitions */ #include "silctypes.h" +#include "silcmutex.h" +#include "silcatomic.h" #include "silcversion.h" /* SILC util library includes */ @@ -243,6 +229,11 @@ extern "C" { #include "silcmath.h" /* More SILC util library includes */ +#include "silctime.h" +#include "silccond.h" +#include "silcthread.h" +#include "silcschedule.h" +#include "silclog.h" #include "silcbuffer.h" #include "silcbuffmt.h" @@ -256,14 +247,7 @@ extern "C" { #include "silcpkcs1.h" /* More SILC util library includes */ -#include "silctime.h" -#include "silcmutex.h" -#include "silccond.h" -#include "silcthread.h" -#include "silcatomic.h" -#include "silcschedule.h" #include "silchashtable.h" -#include "silclog.h" #include "silclist.h" #include "silcdlist.h" #include "silcasync.h" @@ -279,7 +263,6 @@ extern "C" { #include "silcsocketstream.h" #include "silcfdstream.h" #include "silcvcard.h" -#include "silcapputil.h" #include "silcmime.h" #ifdef SILC_DIST_ASN1 @@ -292,15 +275,17 @@ extern "C" { #include "silcstatus.h" #include "silcid.h" #include "silccommand.h" +#include "silcauth.h" #include "silcmessage.h" #include "silcchannel.h" #include "silcpacket.h" #include "silcnotify.h" #include "silcmode.h" -#include "silcauth.h" #include "silcattrs.h" #include "silcpubkey.h" +/* Application utility includes */ +#include "silcapputil.h" #ifdef SILC_DIST_IDCACHE #include "silcidcache.h" #endif /* SILC_DIST_IDCACHE */