X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=bf13b1e3d7dd4de03be76492953022cf09b67d1d;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=12e24b5df5d868f46f8e1da60368ac4da0d7547a;hpb=0461eef93912cb9d454d726b4a7b4ccf50ed31bd;p=senf.git diff --git a/config.hh b/config.hh index 12e24b5..bf13b1e 100644 --- a/config.hh +++ b/config.hh @@ -28,6 +28,7 @@ # # // Custom includes # include +# include # # ///////////////////////////////hh.p//////////////////////////////////////// @@ -96,6 +97,10 @@ namespace config { # ifndef PHOENIX_LIMIT # define PHOENIX_LIMIT 6 # endif +# +# if __GLIBC__>=2 && __GLIBC_MINOR__>=8 +# define HAVE_TIMERFD 1 +# endif # # ///////////////////////////////hh.e//////////////////////////////////////// # endif