diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index b4a4f134e4..e3afd6a66a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -544,6 +544,9 @@ /* Define if you have the pipe function. */ #undef HAVE_PIPE +/* Define if you have the poll function. */ +#undef HAVE_POLL + /* Define if you have the pread function. */ #undef HAVE_PREAD |