diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index dd8e509fad..f67061a289 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -302,6 +302,9 @@ /* Define if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H +/* Define if you have the <poll.h> header file. */ +#undef HAVE_POLL_H + /* Define if you have the <rpc/types.h> header file. */ #undef HAVE_RPC_TYPES_H @@ -338,6 +341,9 @@ /* Define if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H +/* Define if you have the <stropts.h> header file. */ +#undef HAVE_STROPTS_H + /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H |