5 lines
65 B
C
5 lines
65 B
C
|
/* uclibc */
|
||
|
#if defined(__UCLIBC__)
|
||
|
#define DUK_F_UCLIBC
|
||
|
#endif
|