Log Message: Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is the netbsd convention. Rig the old test temporarily to a #error sanity check. FWIW, _LP64 is now a GCC convention as well. the it literally tests the size of long, pointer (64) and int (32) and if those are correct, defines _LP64, on all platforms.