blob: c970df1fe3c1768e740e00264e28f426c3a70757 (
plain)
1
2
3
4
5
6
7
8
9
|
#define USE_POSIX_TIME
#define CLASS_CONFLICT
#define DISABLE_XOPEN_NLS
#define HAVE_ANSI_CPP
#define HAS_TEST_AND_SET
typedef unsigned int slock_t;
#include <sys/machine.h> /* ENDIAN definitions for network
* communication */
|