diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 5 |
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 |