gkrellm/server
Stefan Gehn 4f676e4cfb Always use getaddrinfo() on Linux
Expect the C runtime on Linux to always have getaddrinfo(), glibc 2.1
was released in 1999 so by now every Linux environment should have this
function. This enables use of getaddrinfo() on C libraries other than
glibc, i.e. on musl libc.

This is an alternative approach to the patch posted to the gkrellm
mailinglist by Felix Janda which unfortunately had some drawbacks on
other platforms that need additional includes or libs when using
getaddrinfo(), most notably Solaris and Windows.
2016-01-15 18:00:47 +01:00
..
Makefile Call pkg-config only once during build 2016-01-01 13:58:06 +01:00
configure Unify logging and use of environment in configure scripts 2014-10-05 12:22:42 +02:00
gkrellmd-private.h Always use getaddrinfo() on Linux 2016-01-15 18:00:47 +01:00
gkrellmd.conf - comment out all options in default gkrellmd.conf so it can be installed without causing any trouble 2008-10-29 16:02:13 +00:00
gkrellmd.h RC2 - fix gkrellmd server to use 64 bit ints for block sizes. 2015-12-23 11:06:10 -06:00
mail.c Update version and dates 2014-10-14 20:16:43 -05:00
main.c Update version and dates 2014-10-14 20:16:43 -05:00
monitor.c RC2 - fix gkrellmd server to use 64 bit ints for block sizes. 2015-12-23 11:06:10 -06:00
plugins.c Update version and dates 2014-10-14 20:16:43 -05:00
sysdeps-unix.c Update version and dates 2014-10-14 20:16:43 -05:00
utils.c Update version and dates 2014-10-14 20:16:43 -05:00
win32-libgkrellmd.c Update version and dates 2014-10-14 20:16:43 -05:00
win32-plugin.c Update version and dates 2014-10-14 20:16:43 -05:00
win32-plugin.h Update version and dates 2014-10-14 20:16:43 -05:00
win32-resource.h - Bump copyright year, version information and minimum gtk+ version in various files 2008-09-30 17:37:03 +00:00
win32-resource.rc Bump Windows file version field to 2.3.6 as well 2014-11-24 21:16:42 +01:00