src/server/config/conf.h

changeset 95
74a81d9e19d0
parent 91
fac51f87def0
child 415
d938228c382e
--- a/src/server/config/conf.h	Mon Oct 14 13:36:28 2013 +0200
+++ b/src/server/config/conf.h	Sun Nov 03 16:41:42 2013 +0100
@@ -37,6 +37,8 @@
 #include <ucx/mempool.h>
 #include <ucx/string.h>
 
+#include "../util/object.h"
+
 #ifdef	__cplusplus
 extern "C" {
 #endif
@@ -61,6 +63,9 @@
 #define TAG_ELSE        3
 #define TAG_CLIENT      4
 
+    
+#define INIT_DIRECTIVE  16    
+
 typedef struct _cfg_line {
     sstr_t line;    // raw line string
     void   *object; // pointer to data struct

mercurial