mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
CMake/code cleanup: remove unused defines
This commit is contained in:
parent
47dfe9bd5d
commit
ff0590a6e7
2 changed files with 0 additions and 9 deletions
|
@ -465,9 +465,6 @@
|
||||||
/* Define to if you have the ANSI C header files. */
|
/* Define to if you have the ANSI C header files. */
|
||||||
#cmakedefine STDC_HEADERS 1
|
#cmakedefine STDC_HEADERS 1
|
||||||
|
|
||||||
/* Support for IPv6 */
|
|
||||||
#cmakedefine SUPPORT_IPv6 1
|
|
||||||
|
|
||||||
/* enable memory pools */
|
/* enable memory pools */
|
||||||
#cmakedefine USE_MPOOL 1
|
#cmakedefine USE_MPOOL 1
|
||||||
|
|
||||||
|
|
|
@ -446,12 +446,6 @@ int main(int argc, char **argv)
|
||||||
#ifdef USE_MPOOL
|
#ifdef USE_MPOOL
|
||||||
printf("MEMPOOL ");
|
printf("MEMPOOL ");
|
||||||
#endif
|
#endif
|
||||||
#ifdef SUPPORT_IPv6
|
|
||||||
printf("IPv6 ");
|
|
||||||
#endif
|
|
||||||
#ifdef CLAMUKO
|
|
||||||
printf("CLAMUKO ");
|
|
||||||
#endif
|
|
||||||
#ifdef C_BIGSTACK
|
#ifdef C_BIGSTACK
|
||||||
printf("BIGSTACK ");
|
printf("BIGSTACK ");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue