libcollectdclient: add defines for AIX
authortrustchk <trustchk@users.noreply.github.com>
Thu, 2 Nov 2017 15:03:21 +0000 (15:03 +0000)
committertrustchk <trustchk@users.noreply.github.com>
Thu, 2 Nov 2017 15:03:21 +0000 (15:03 +0000)
commitc572f404273814ab51cc2590cbd33f7ae2c51c39
tree5cc19de3105bb3f7570d7680357ec5b7ddd9bf30
parent531bad35502b9543074e31e0c80a9f7a6f3a8b27
libcollectdclient: add defines for AIX

This adds two defines that are missing on AIX because they don't have
the endian.h header file. AIX is always big endian, so no further check
is required for that. As I have no access to IBMs XLC compiler, this
patch limits the definitions to GNU GCC.
src/libcollectdclient/network_parse.c