Determine at configure-time whether we're building for a big-endian or a little-endian machine, which in turn will enable or disable such things as htons(3) from happening
I'm putting this up as a pull request because I want to make sure this is right. The real test is to actually get this thing built on a big-endian machine. I plan on using QEMU to help out with testing, since I only have Intel hardware on hand
Determine at configure-time whether we're building for a big-endian or a little-endian machine, which in turn will enable or disable such things as htons(3) from happening
I'm putting this up as a pull request because I want to make sure this is right. The real test is to actually get this thing built on a big-endian machine. I plan on using QEMU to help out with testing, since I only have Intel hardware on hand