From 7e28e9e5aa5b390653a640be508f0c40c73d9060 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Sun, 24 Oct 2004 18:08:22 +0000 Subject: added compiler used endian information --- (limited to 'pwmanager') diff --git a/pwmanager/pwmanager/main.cpp b/pwmanager/pwmanager/main.cpp index 81e257f..1ca7ba8 100644 --- a/pwmanager/pwmanager/main.cpp +++ b/pwmanager/pwmanager/main.cpp @@ -84,6 +84,12 @@ static void printDebugConfigureInfo() #else cout << "Endianess: little-endian" << endl; #endif +#ifdef WORDS_BIGENDIAN + cout << "Endianess 2: big-endian" << endl; +#else + cout << "Endianess 2: little-endian" << endl; +#endif + cout << "sizeof(long): " << sizeof(long) << endl; cout << "================================" << endl; } -- cgit v0.9.0.2