|
|
|
@ -81,7 +81,6 @@ typedef unsigned long KeySym;
|
|
|
|
|
#define SIGNED
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
/* typedef unsigned int pthread_t; */
|
|
|
|
|
/* SUN cc seems to have problems with inclusion of sys/types! */
|
|
|
|
|
#elif defined(WIN32)
|
|
|
|
|
#define _LITTLE_ENDIAN 1234
|
|
|
|
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
|
|
|
@ -111,6 +110,10 @@ typedef unsigned long KeySym;
|
|
|
|
|
#define SOCKET int
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef INADDR_NONE
|
|
|
|
|
#define INADDR_NONE ((in_addr_t) 0xffffffff)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_PTHREADS
|
|
|
|
|
#include <pthread.h>
|
|
|
|
|
#if 0 /* debugging */
|
|
|
|
|