summaryrefslogtreecommitdiff
path: root/config_host/config_oox.h.in
blob: f711fa79477a9e9858e93502f12775e2ab994ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONFIG_OOX_H
#define CONFIG_OOX_H

/*

Which TLS backend to use for cryptographic operations.

*/

#define USE_TLS_OPENSSL 0
#define USE_TLS_NSS 0

#endif
74cdbb77c47fc067a828f'>liblibo: use gettimeofday not clock_gettime for better portability.Michael Meeks 2013-11-07liblibo: fix static library linkage.Michael Meeks 2013-11-07liblibo: improve the libtest sample app.Michael Meeks 2013-11-07liblibo: make liblibreoffice static as it should be.Michael Meeks 2013-11-07liblibo: fixes and improvements for liblibreofficeChristoph Lutz 2013-10-31smoketest: replace usage of OUTDIRMichael Stahl 2013-10-25stop looking for Jar files in solverMichael Stahl 2013-10-18Remove *_Test product, so cppunittester can be NONE againStephan Bergmann 2013-10-11do not copy testing extensions to instdirDavid Tardon 2013-09-23Try to fix cross-compilationTor Lillqvist 2013-09-22gbuild: refactor LinkTarget representationMichael Stahl