Skip to content

Commit 4c7e8c1

Browse files
committed
CMake/code cleanup: remove unused defines
1 parent 248311b commit 4c7e8c1

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

clamav-config.h.cmake.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,6 @@
465465
/* Define to if you have the ANSI C header files. */
466466
#cmakedefine STDC_HEADERS 1
467467

468-
/* Support for IPv6 */
469-
#cmakedefine SUPPORT_IPv6 1
470-
471468
/* enable memory pools */
472469
#cmakedefine USE_MPOOL 1
473470

clamconf/clamconf.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,6 @@ int main(int argc, char **argv)
446446
#ifdef USE_MPOOL
447447
printf("MEMPOOL ");
448448
#endif
449-
#ifdef SUPPORT_IPv6
450-
printf("IPv6 ");
451-
#endif
452-
#ifdef CLAMUKO
453-
printf("CLAMUKO ");
454-
#endif
455449
#ifdef C_BIGSTACK
456450
printf("BIGSTACK ");
457451
#endif

0 commit comments

Comments
 (0)