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

6 lines
174 B
C

/* BSD variant */
#if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \
defined(__bsdi__) || defined(__DragonFly__)
#define DUK_F_BSD
#endif