X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdefault.cfg;h=1504f8dfb8c67560deae27fc02def2abf3682b5f;hb=51607e34b594c43ea5b20802bf111b33a4ceff9c;hp=5d070687a4270dbf5f3daa8eb92089c5c5cf8594;hpb=64e1c5f18620ca22d7584f8cef7c54539adf2b27;p=libucw.git diff --git a/ucw/default.cfg b/ucw/default.cfg index 5d070687..1504f8df 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -59,5 +59,8 @@ Set("CONFIG_UCW_FB_DIRECT"); # Use thread-local storage (needs GCC-support, default: auto-detect) # Set("CONFIG_UCW_TLS"); +# Use epoll (needs support in libc and kernel, default: auto-detect) +# Set("CONFIG_UCW_EPOLL"); + # Return success 1;