repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resolves tdf#142513 - Order of ZoomIn and ZoomOut at Print Preview
[LibreOffice.git]
/
config_host
/
config_java.h.in
blob
8f05ec6267cf4ffac0b188d02e3ddb4afd0552fc
1
#ifndef CONFIG_JAVA_H
2
#define CONFIG_JAVA_H
3
4
/* JAVA
5
*
6
* Whether we have support for Java extensions, and use own Java
7
* functionality).
8
*/
9
10
#define HAVE_FEATURE_JAVA 0
11
12
#undef JAVA_ARCH
13
14
#endif