On Thu, May 29, 2003 at 07:38:29AM -0400, Jeff Trawick wrote:
[EMAIL PROTECTED] wrote:
trawick 2003/05/28 11:24:13
Modified: test testdso.c Log: get testdso to work with the vendor's compiler on HP-UX, which defines a different symbol than gcc
#if APR_PLATFORM_IS_HPUX or #if APR_PLATFORM == APR_PLATFORM_HPUX or something else ??
Not just to fix testdso
right, having a cleaner APR-ish way to check the platform is a general nice-to-have and not part of the best solution for testdso
APR already defines and exports platform symbols on some platforms anyway... I wonder what apps actually use them