X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcincludes.h;h=2580ea0906997c828e4981387123b56f307a2be6;hb=8ea2a4ce03f30c1742dd3af1dd9b6838e60a93eb;hp=060a357e95619f88c57f5bc90be39fb6a6a92808;hpb=31cdfafba28cbf5cc0d96caa8310cf31a59633c8;p=silc.git diff --git a/includes/silcincludes.h b/includes/silcincludes.h index 060a357e..2580ea09 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -64,24 +64,26 @@ extern "C" { #endif #endif +#if defined(HAVE_SILCDEFS_H) /* Automatically generated configuration header */ #include "silcdefs.h" +#endif /* HAVE_SILCDEFS_H */ /* Platform specific includes */ -#ifdef SILC_WIN32 +#if defined(SILC_WIN32) #include "silcwin32.h" #endif -#ifdef SILC_EPOC +#if defined(SILC_EPOC) #include "silcepoc.h" #endif -#ifdef SILC_BEOS +#if defined(SILC_BEOS) #include "silcbeos.h" #endif -#ifdef SILC_OS2 +#if defined(SILC_OS2) #include "silcos2.h" #endif @@ -122,7 +124,7 @@ extern "C" { #error assert.h not found in the system #endif -#ifndef SILC_WIN32 +#if !defined(SILC_WIN32) #include #include @@ -270,7 +272,7 @@ extern "C" { #include "silcvcard.h" #include "silcapputil.h" -#ifdef SILC_SIM +#if defined(SILC_SIM) /* SILC Module library includes */ #include "silcsim.h" #include "silcsimutil.h"