diff options
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index fc7d1a12c..bf2a9eda3 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -527,4 +527,7 @@ /* Use input thread */ #undef INPUTTHREAD +/* Have poll() */ +#undef HAVE_POLL + #endif /* _DIX_CONFIG_H_ */ |