cmake HAVE_GETHOSTBYNAME2 examples

goatshriek/stumpless CMakeLists.txt :83

check_symbol_exists(gethostbyname2 netdb.h HAVE_GETHOSTBYNAME2)

goatshriek/stumpless tools/cmake/network.cmake :19

elseif(HAVE_GETHOSTBYNAME2 OR HAVE_GETHOSTBYNAME)

boundary/wireshark ConfigureChecks.cmake :76

check_function_exists("gethostbyname2"   HAVE_GETHOSTBYNAME2)

bareos/bareos core/cmake/BareosCheckFunctions.cmake :50

check_function_exists(gethostbyname2 HAVE_GETHOSTBYNAME2)