Added SILC HTTP Server API
[runtime.git] / lib / silcutil / silcruntime.h.in
index a80d383285161d633f3b6e7d7bdcf32eca33e81c..a458af67a64c32875e6eceb376a0bc5ac0fbbaf1 100644 (file)
@@ -51,6 +51,8 @@
    configured/compiled. */
 @__SILC_HAVE_PTHREAD@
 @__SILC_ENABLE_DEBUG@
+@__SILC_ENABLE_STACKTRACE@
+@__SILC_VA_COPY@
 
 /* Types */
 #define SILC_SIZEOF_LONG_LONG @SILC_SIZEOF_LONG_LONG@
@@ -190,6 +192,11 @@ extern "C" {
 #define SILC_DEBUG 1
 #endif /* __SILC_ENABLE_DEBUG */
 
+#ifdef __SILC_ENABLE_STACKTRACE
+#undef SILC_STACKTRACE
+#define SILC_STACKTRACE 1
+#endif /* __SILC_ENABLE_STACKTRACE */
+
 /* SILC Runtime Toolkit includes */
 #include <silcerrno.h>
 #include <silctypes.h>
@@ -232,6 +239,8 @@ extern "C" {
 #include <silcfdstream.h>
 #include <silcmime.h>
 #include <silcrand.h>
+#include <silchttpserver.h>
+#include <silchttpphp.h>
 
 /* Runtime Toolkit API */