5 lines
90 B
C
5 lines
90 B
C
|
/* FreeBSD */
|
||
|
#if defined(__FreeBSD__) || defined(__FreeBSD)
|
||
|
#define DUK_F_FREEBSD
|
||
|
#endif
|