diff options
Diffstat (limited to 'src/fastd_config.h.in')
-rw-r--r-- | src/fastd_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 2057be1..ba57aca 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -48,6 +48,9 @@ /** Defined if the platform supports epoll */ #cmakedefine USE_EPOLL +/** Defined if the platform uses select instead of poll */ +#cmakedefine USE_SELECT + /** Defined if the platform supports SO_FREEBIND */ #cmakedefine USE_FREEBIND |