moved statistics classes from NetEmu to SENF
[senf.git] / config.hh
index 976f691..bf13b1e 100644 (file)
--- a/config.hh
+++ b/config.hh
 # define HH_config_ 1
 # 
 # // Custom includes
+# include <boost/cstdint.hpp>
+# include <limits.h>
 # 
 # ///////////////////////////////hh.p////////////////////////////////////////
-# 
+
+namespace senf {
+namespace config {
+
+    typedef boost::int_fast64_t time_type;
+
+}}
+
 # include "local_config.hh"
 #
 # ifndef SENF_ABSOLUTE_INCLUDE_PATH
 #     define SENF_CONSOLE_MAX_COMMAND_ARITY 6
 # endif
 # 
+# ifndef PHOENIX_LIMIT
+#     define PHOENIX_LIMIT 6
+# endif
+#
+# if __GLIBC__>=2 && __GLIBC_MINOR__>=8
+#     define HAVE_TIMERFD 1
+# endif
+# 
 # ///////////////////////////////hh.e////////////////////////////////////////
 # endif