aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win.h
blob: 15a89a0e43e2286ee9df4b4ad8cb29c5ec75ddff (plain)
1
2
3
4
5
6
7
8
9
10
11
#define JMP_BUF
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;

#ifndef O_DIROPEN
#define O_DIROPEN	0x100000	/* should be in sys/fcntl.h */
#endif

#define tzname _tzname			/* should be in time.h? */
#define USE_POSIX_TIME
#define HAVE_INT_TIMEZONE		/* has int _timezone */