blob: 8f05ec6267cf4ffac0b188d02e3ddb4afd0552fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef CONFIG_JAVA_H
#define CONFIG_JAVA_H
/* JAVA
*
* Whether we have support for Java extensions, and use own Java
* functionality).
*/
#define HAVE_FEATURE_JAVA 0
#undef JAVA_ARCH
#endif
|