equal
deleted
inserted
replaced
358 /* MorphOS doesn't have C++ conformant _stricmp... */ |
358 /* MorphOS doesn't have C++ conformant _stricmp... */ |
359 #define _stricmp stricmp |
359 #define _stricmp stricmp |
360 #elif defined(OPENBSD) |
360 #elif defined(OPENBSD) |
361 /* OpenBSD uses strcasecmp(3) */ |
361 /* OpenBSD uses strcasecmp(3) */ |
362 #define _stricmp strcasecmp |
362 #define _stricmp strcasecmp |
363 /* OpenBSD furthermore already has an ALIGN macro. */ |
|
364 #undef ALIGN |
|
365 #endif |
363 #endif |
366 |
364 |
367 #if !defined(MORPHOS) && !defined(OPENBSD) |
365 #if !defined(MORPHOS) && !defined(OPENBSD) |
368 /* MorphOS & OpenBSD don't know wchars, the rest does :( */ |
366 /* MorphOS & OpenBSD don't know wchars, the rest does :( */ |
369 #define HAS_WCHAR |
367 #define HAS_WCHAR |