mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
8 years ago
committed by
GitHub
5 changed files with 25 additions and 2 deletions
@ -0,0 +1,4 @@ |
|||
/* Orbis (PS4) variant */ |
|||
#if defined(DUK_F_FREEBSD) && defined(__ORBIS__) |
|||
#define DUK_F_ORBIS |
|||
#endif |
@ -0,0 +1,12 @@ |
|||
/* Orbis = PS4 */ |
|||
#define DUK_USE_DATE_NOW_GETTIMEOFDAY |
|||
#define DUK_USE_DATE_TZO_GMTIME_S |
|||
/* no parsing (not an error) */ |
|||
#define DUK_USE_DATE_FMT_STRFTIME |
|||
#include <sys/types.h> |
|||
#include <machine/endian.h> |
|||
#include <sys/param.h> |
|||
#include <sys/time.h> |
|||
#include <time.h> |
|||
|
|||
#define DUK_USE_OS_STRING "orbis" |
Loading…
Reference in new issue