author | trustchk <trustchk@users.noreply.github.com> | |
Thu, 2 Nov 2017 15:03:21 +0000 (15:03 +0000) | ||
committer | trustchk <trustchk@users.noreply.github.com> | |
Thu, 2 Nov 2017 15:03:21 +0000 (15:03 +0000) | ||
commit | c572f404273814ab51cc2590cbd33f7ae2c51c39 | |
tree | 5cc19de3105bb3f7570d7680357ec5b7ddd9bf30 | tree | snapshot |
parent | 531bad35502b9543074e31e0c80a9f7a6f3a8b27 | commit | diff |
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.
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 | diff | blob | history |