You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
296 B

/*
* Alternative customization header
*
* If you want to modify the final DUK_USE_xxx flags directly (without
* using the available DUK_OPT_xxx flags), define DUK_OPT_HAVE_CUSTOM_H
* and tweak the final flags there.
*/
#if defined(DUK_OPT_HAVE_CUSTOM_H)
#include "duk_custom.h"
#endif