Do not include silcdefs.h when SILC_WIN32, only when the
authorPekka Riikonen <priikone@silcnet.org>
Tue, 22 Jun 2004 13:17:04 +0000 (13:17 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 22 Jun 2004 13:17:04 +0000 (13:17 +0000)
HAVE_SILCDEFS_H is defined.

includes/silcincludes.h.in

index 0d923e4508c658201ca40d546953dd571c752ca7..80399a65b7872a10e379b37ed33318ef51eb31c7 100644 (file)
@@ -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 */