5 lines
60 B
C
5 lines
60 B
C
|
/* POSIX */
|
||
|
#if defined(__posix)
|
||
|
#define DUK_F_POSIX
|
||
|
#endif
|