repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
as3525: fix r26308
[kugel-rb.git]
/
apps
/
plugins
/
BUILD_OVERLAY
blob
f792b0e9a4d30d86cfd504beb9434a69a32317b6
1
#include "config.h"
2
3
/* this file is processed by makefiles
4
* they will grep for "YES" to see if overlay plugins must be built
5
*/
6
7
#if PLUGIN_BUFFER_SIZE <= 0x10000 && !defined(SIMULATOR)
8
YES
9
#endif