|
|
@ -78,17 +78,6 @@ typedef u_int SOCKET; |
|
|
|
#define MSG_NOSIGNAL 0 |
|
|
|
#define MSG_NOSIGNAL 0 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifndef WIN32 |
|
|
|
|
|
|
|
// PRIO_MAX is not defined on Solaris
|
|
|
|
|
|
|
|
#ifndef PRIO_MAX |
|
|
|
|
|
|
|
#define PRIO_MAX 20 |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#define THREAD_PRIORITY_LOWEST PRIO_MAX |
|
|
|
|
|
|
|
#define THREAD_PRIORITY_BELOW_NORMAL 2 |
|
|
|
|
|
|
|
#define THREAD_PRIORITY_NORMAL 0 |
|
|
|
|
|
|
|
#define THREAD_PRIORITY_ABOVE_NORMAL (-2) |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if HAVE_DECL_STRNLEN == 0 |
|
|
|
#if HAVE_DECL_STRNLEN == 0 |
|
|
|
size_t strnlen( const char *start, size_t max_len); |
|
|
|
size_t strnlen( const char *start, size_t max_len); |
|
|
|
#endif // HAVE_DECL_STRNLEN
|
|
|
|
#endif // HAVE_DECL_STRNLEN
|
|
|
|