CMake/code cleanup: remove unused defines

pull/1241/head
Micah Snyder 1 year ago committed by Micah Snyder
parent 47dfe9bd5d
commit ff0590a6e7
  1. 3
      clamav-config.h.cmake.in
  2. 6
      clamconf/clamconf.c

@ -465,9 +465,6 @@
/* Define to if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Support for IPv6 */
#cmakedefine SUPPORT_IPv6 1
/* enable memory pools */
#cmakedefine USE_MPOOL 1

@ -446,12 +446,6 @@ int main(int argc, char **argv)
#ifdef USE_MPOOL
printf("MEMPOOL ");
#endif
#ifdef SUPPORT_IPv6
printf("IPv6 ");
#endif
#ifdef CLAMUKO
printf("CLAMUKO ");
#endif
#ifdef C_BIGSTACK
printf("BIGSTACK ");
#endif

Loading…
Cancel
Save