From: Pekka Riikonen Date: Tue, 22 Jun 2004 13:17:04 +0000 (+0000) Subject: Do not include silcdefs.h when SILC_WIN32, only when the X-Git-Tag: silc.server.0.9.19~66 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=8149ffce8087002320e29a85fc2cc000e5b7a958;p=silc.git Do not include silcdefs.h when SILC_WIN32, only when the HAVE_SILCDEFS_H is defined. --- diff --git a/includes/silcincludes.h.in b/includes/silcincludes.h.in index 0d923e45..80399a65 100644 --- a/includes/silcincludes.h.in +++ b/includes/silcincludes.h.in @@ -71,7 +71,7 @@ extern "C" { #define SILC_SIZEOF_CHAR @SILC_SIZEOF_CHAR@ #define SILC_SIZEOF_VOID_P @SILC_SIZEOF_VOID_P@ -#if defined(HAVE_SILCDEFS_H) || defined(SILC_WIN32) +#if defined(HAVE_SILCDEFS_H) /* Automatically generated configuration header */ #include "silcdefs.h" #endif /* HAVE_SILCDEFS_H */