NFC sw textfld.cxx: make rDoc an actual reference
[libreoffice.git] / config_host / config_feature_opencl.h.in
blob637c15a0837bc093028da5dad5755338289f7150
1 /* A feature split out from config_features.h because it affects many files.
2 */
4 #ifndef CONFIG_FEATURE_OPENCL_H
5 #define CONFIG_FEATURE_OPENCL_H
7 /*
8 * Whether OpenCL is usable on the platform and we should compile in use of OpenCL.
9 */
11 #define HAVE_FEATURE_OPENCL 0
13 #endif