CMake/code cleanup: remove unused defines

This commit is contained in:
Micah Snyder 2024-03-25 13:39:39 -04:00 committed by Micah Snyder
parent 47dfe9bd5d
commit ff0590a6e7
2 changed files with 0 additions and 9 deletions

View file

@ -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

View file

@ -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