]> git.ipfire.org Git - thirdparty/kea.git/commit
[master] Correct compile error in watch_socket_unittests.cc under Solaris
authorThomas Markwalder <tmark@isc.org>
Tue, 25 Feb 2014 20:54:02 +0000 (15:54 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 25 Feb 2014 20:54:02 +0000 (15:54 -0500)
commit10fa44e191cc2604e446068ef4325fe5b059dddb
tree31e547433d2aea4564bf487c34929d634e3e8fb9
parentdbedf1862bc30ffd3e21140f2a6e72302d769b7a
[master] Correct compile error in watch_socket_unittests.cc under Solaris

Solaris defines FIONREAD, used in unit test is dhcp_ddns/watch_socket_unittests.cc in sys/filio.h.  Added header check for this file to configure.ac and use
of HAVE_SYS_FILIO_H in the unit test source.
configure.ac
src/lib/dhcp_ddns/tests/watch_socket_unittests.cc