updates.
[silc.git] / includes / silc.h.in
index 3e0b2687347b16d836c7ed437dc41e806541bf50..06b5332236b80bf1a963130778f23869d233ae9e 100644 (file)
@@ -260,6 +260,7 @@ extern "C" {
 #include "silcmutex.h"
 #include "silccond.h"
 #include "silcthread.h"
+#include "silcatomic.h"
 #include "silcschedule.h"
 #include "silchashtable.h"
 #include "silclog.h"
@@ -290,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"
@@ -301,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 */
@@ -323,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