summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-01-22 11:09:58 +0100
committerSlávek Banko <[email protected]>2023-01-22 11:09:58 +0100
commitd5b88d19a67d76d296f2f68b2b1923791f2ef449 (patch)
treeb3bf82d94b6aad6885e3754098e42847b02eaa2b /config.h.cmake
parenta28d15e49252a42339b9c5810f0a975979c21830 (diff)
downloadklamav-d5b88d19a67d76d296f2f68b2b1923791f2ef449.tar.gz
klamav-d5b88d19a67d76d296f2f68b2b1923791f2ef449.zip
Add check to see if the libclamav API uses cl_error_t for return codes.r14.1.0
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 67860c5..d6cfd68 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -7,6 +7,5 @@
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
-/* Defined if you don't have either the XTest headers or
- the xcb-util-keysyms headers */
-#cmakedefine NO_XTEST_EXTENSION 1
+/* Defined if libclamav API uses cl_error_t for return codes */
+#cmakedefine USE_CL_ERROR_T 1