blob: 25d33eb87b85d95afb7cf82c8adb475f2f79652c (
plain)
1
2
3
4
5
6
7
8
|
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# 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 */
|