initial load of upstream version 1.06.32
[xmlrpc-c] / lib / util / include / unistdx.h
1 #ifndef UNISTDX_H_INCLUDED
2 #define UNISTDX_H_INCLUDED
3
4 /* Xmlrpc-c code #includes "unistdx.h" instead of <unistd.h> because
5    <unistd.h> does not exist on WIN32.
6 */
7
8 #ifndef WIN32
9 #  include <unistd.h>
10 #else
11
12 #endif  /* WIN32 */
13
14 #endif