OVMS3/OVMS.V3/components/duktape/config/helper-snippets/DUK_F_UNIX.h.in

6 lines
173 B
C

/* Generic Unix (includes Cygwin) */
#if defined(__unix) || defined(__unix__) || defined(unix) || \
defined(DUK_F_LINUX) || defined(DUK_F_BSD)
#define DUK_F_UNIX
#endif