summaryrefslogtreecommitdiff
path: root/include/arch/unix/apr_private.h
blob: 5a41a97e54872eaf373a33c7e563eb5891f69495 (plain)
1
2
3
4
5
6
7
8
// 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