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 |
363 #endif |
365 #endif |
364 |
366 |
365 #if !defined(MORPHOS) && !defined(OPENBSD) |
367 #if !defined(MORPHOS) && !defined(OPENBSD) |
366 /* MorphOS & OpenBSD don't know wchars, the rest does :( */ |
368 /* MorphOS & OpenBSD don't know wchars, the rest does :( */ |
367 #define HAS_WCHAR |
369 #define HAS_WCHAR |