udpates.
[silc.git] / includes / silc.h.in
index fce93cb0ff475170029025065a5e5bbb3c63e4c5..0353baac7675c6427ca687b8918c26da5361c9b6 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2006 Pekka Riikonen
+  Copyright (C) 1997 - 2007 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -65,16 +65,16 @@ extern "C" {
 @__SILC_HAVE_PTHREAD@
 @__SILC_HAVE_SIM@
 @__SILC_ENABLE_DEBUG@
+@__SILC_PACKAGE_VERSION@
 
 #if defined(HAVE_SILCDEFS_H)
 /* Automatically generated configuration header */
 #ifndef SILC_SYMBIAN
 #include "silcdefs.h"
-#include "silcdistdefs.h"
 #else
 #include "../symbian/silcdefs.h"
-#include "../symbian/silcdistdefs.h"
 #endif /* SILC_SYMBIAN */
+#include "silcdistdefs.h"
 #endif /* HAVE_SILCDEFS_H */
 
 /* Platform specific includes */
@@ -223,6 +223,7 @@ extern "C" {
 /* SILC util library includes */
 #include "silcstack.h"
 #include "silcmemory.h"
+#include "silcsnprintf.h"
 
 /* Math library includes */
 #include "silcmp.h"