[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.