projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f512f60
)
Do not include silcdefs.h when SILC_WIN32, only when the
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 22 Jun 2004 13:17:04 +0000
(13:17 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 22 Jun 2004 13:17:04 +0000
(13:17 +0000)
HAVE_SILCDEFS_H is defined.
includes/silcincludes.h.in
patch
|
blob
|
history
diff --git
a/includes/silcincludes.h.in
b/includes/silcincludes.h.in
index 0d923e4508c658201ca40d546953dd571c752ca7..80399a65b7872a10e379b37ed33318ef51eb31c7 100644
(file)
--- 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 */