moved statistics classes from NetEmu to SENF
[senf.git] / config.hh
index a746626..bf13b1e 100644 (file)
--- a/config.hh
+++ b/config.hh
@@ -28,6 +28,7 @@
 # 
 # // Custom includes
 # include <boost/cstdint.hpp>
+# include <limits.h>
 # 
 # ///////////////////////////////hh.p////////////////////////////////////////
 
@@ -93,6 +94,14 @@ namespace config {
 #     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