X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcincludes.h;h=c0c2d6e8ee2677b9e3d23d0712dccd9fcdb1f46b;hb=6b773ff581867c2817c53bca0cff3f92d433c69b;hp=c7182023028bd443f67b36dd1f12fde9c08223f8;hpb=1ef26abe2771490ccaba1833d2c9e9329714a5b5;p=silc.git diff --git a/includes/silcincludes.h b/includes/silcincludes.h index c7182023..c0c2d6e8 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -40,6 +40,18 @@ #endif #endif +#ifdef BEOS +#ifndef SILC_BEOS +#define SILC_BEOS +#endif +#elif defined(__BEOS__) +#ifndef SILC_BEOS +#define SILC_BEOS +#endif +#endif + +/* Platform specific includes */ + #ifdef SILC_WIN32 #include "silcwin32.h" #endif @@ -48,6 +60,10 @@ #include "silcepoc.h" #endif +#ifdef SILC_BEOS +#include "silcbeos.h" +#endif + #ifndef DLLAPI #define DLLAPI #endif