msvc/winsock2 functions
Alexander Neundorf
neundorf at kde.org
Tue Feb 14 23:22:54 CET 2006
On Tuesday 14 February 2006 23:05, you wrote:
> +check_symbol_exists(gethostname sys/socket.h HAVE_GETHOSTNAME)
> +check_symbol_exists(getnameinfo sys/socket.h HAVE_GETNAMEINFO)
I tested it, here they need the following headers:
check_symbol_exists(gethostname unistd.h HAVE_GETHOSTNAME)
check_symbol_exists(getnameinfo "sys/socket.h;netdb.h" HAVE_GETNAMEINFO)
That's also what the man pages say on my system.
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list