10 lines
201 B
Text
10 lines
201 B
Text
|
#include "config.h"
|
||
|
|
||
|
/* this file is processed by makefiles
|
||
|
* they will grep for "YES" to see if overlay plugins must be built
|
||
|
*/
|
||
|
|
||
|
#if PLUGIN_BUFFER_SIZE <= 0x10000 && !defined(SIMULATOR)
|
||
|
YES
|
||
|
#endif
|