Skip to content

Commit

Permalink
CMake/code cleanup: remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Apr 12, 2024
1 parent 248311b commit 4c7e8c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions clamav-config.h.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions clamconf/clamconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c7e8c1

Please sign in to comment.