1/* http://www.monkey.org/openbsd/archive/ports/0401/msg00089.html */
2#define DUK_USE_DATE_NOW_GETTIMEOFDAY
3#define DUK_USE_DATE_TZO_GMTIME_R
4#define DUK_USE_DATE_PRS_STRPTIME
5#define DUK_USE_DATE_FMT_STRFTIME
6#include <sys/types.h>
7#include <sys/endian.h>
8#include <sys/param.h>
9#include <sys/time.h>
10#include <time.h>
11
12#define DUK_USE_OS_STRING  "openbsd"
13