| 43 #define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR) |
43 #define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR) |
| 44 |
44 |
| 45 #define F_OK 0 |
45 #define F_OK 0 |
| 46 #endif |
46 #endif |
| 47 |
47 |
| 48 /* sys/socket.h */ |
|
| 49 #define getsockname( socket, addr, lenptr ) \ |
|
| 50 wpurple_getsockname( socket, addr, lenptr ) |
|
| 51 |
|
| 52 /* fcntl.h */ |
48 /* fcntl.h */ |
| 53 #define fcntl( fd, command, ... ) \ |
49 #define fcntl( fd, command, ... ) \ |
| 54 wpurple_fcntl( fd, command, ##__VA_ARGS__ ) |
50 wpurple_fcntl( fd, command, ##__VA_ARGS__ ) |
| 55 |
51 |
| 56 /* netdb.h */ |
52 /* netdb.h */ |