X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=bf13b1e3d7dd4de03be76492953022cf09b67d1d;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=a7466269d24157b037d977cbcb35208a085eb53a;hpb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;p=senf.git diff --git a/config.hh b/config.hh index a746626..bf13b1e 100644 --- a/config.hh +++ b/config.hh @@ -28,6 +28,7 @@ # # // Custom includes # include +# include # # ///////////////////////////////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