AC_RUN_IFELSE([ AC_LANG_PROGRAM([ #include #include #include ], [ if (htonl(5) != 5) { return 1; } ]) ], AC_DEFINE([BYTEORDER_BIG_ENDIAN], [1], [Enable big endian byteorder]))