updates.
[silc.git] / includes / silc.h.in
index 20be333951b1f5ea4e2038839a3a991648b3beb3..06b5332236b80bf1a963130778f23869d233ae9e 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2005 Pekka Riikonen
+  Copyright (C) 1997 - 2006 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
@@ -258,7 +258,9 @@ extern "C" {
 /* More SILC util library includes */
 #include "silctime.h"
 #include "silcmutex.h"
+#include "silccond.h"
 #include "silcthread.h"
+#include "silcatomic.h"
 #include "silcschedule.h"
 #include "silchashtable.h"
 #include "silclog.h"
@@ -289,7 +291,6 @@ extern "C" {
 #include "silcargument.h"
 #include "silcstatus.h"
 #include "silcid.h"
-#include "silcidcache.h"
 #include "silccommand.h"
 #include "silcmessage.h"
 #include "silcchannel.h"
@@ -300,6 +301,10 @@ extern "C" {
 #include "silcattrs.h"
 #include "silcpubkey.h"
 
+#ifdef SILC_DIST_IDCACHE
+#include "silcidcache.h"
+#endif /* SILC_DIST_IDCACHE */
+
 #ifdef SILC_DIST_SKR
 #include "silcskr.h"
 #endif /* SILC_DIST_SKR */
@@ -322,6 +327,12 @@ extern "C" {
 #include "silcsftp_fs.h"
 #endif /* SILC_DIST_SFTP */
 
+#ifdef SILC_DIST_HTTP
+/* SILC HTTP library */
+#include "silchttpserver.h"
+#include "silchttpphp.h"
+#endif /* SILC_DIST_HTTP */
+
 #ifdef __cplusplus
 }
 #endif