Mercurial > hg > orthanc-postgresql
changeset 186:95c11df02591
HAVE_POLL_H
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Jun 2018 11:00:57 +0200 |
parents | e6475ac42d41 |
children | e2ea55a0dc24 |
files | Resources/CMake/PostgreSQLConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/PostgreSQLConfiguration.cmake Thu Jun 14 17:55:14 2018 +0200 +++ b/Resources/CMake/PostgreSQLConfiguration.cmake Fri Jun 15 11:00:57 2018 +0200 @@ -212,6 +212,7 @@ set(MAXIMUM_ALIGNOF ${SIZE_DOUBLE}) endif() + check_include_file("poll.h" HAVE_POLL_H) check_include_file("net/if.h" HAVE_NET_IF_H) check_include_file("netinet/in.h" HAVE_NETINET_IN_H) check_include_file("netinet/tcp.h" HAVE_NETINET_TCP_H)