http://en.wikipedia.org/wiki/Apache_Portable_Runtime
The Apache Portable Runtime (APR) is a supporting library for the Apache web server. It provides a set of APIs that map to the underlying operating system. Where the OS doesn’t support a particular function, APR will provide a replacement. Thus, the APR can be used to make a program truly portable across platforms.