blob: 5a41a97e54872eaf373a33c7e563eb5891f69495 [file] [log] [blame]
// Added to make the code easier to compile on multiple platforms
#ifdef __APPLE__
#include "apr_private_mac.h" /// handles both PPC and Intel
#else
ERROR !!! UNSUPPORTED PLATFORM
#endif