build: remove unused STDC_HEADERS

This commit is contained in:
sithlord48
2025-01-20 15:04:34 -05:00
committed by Chris Rizzitello
parent ae7e2f70ce
commit afc736e2c8
2 changed files with 0 additions and 4 deletions

View File

@ -225,7 +225,6 @@ macro(configure_unix_libs)
set(SELECT_TYPE_ARG1 int)
set(SELECT_TYPE_ARG234 " (fd_set *)")
set(SELECT_TYPE_ARG5 " (struct timeval *)")
set(STDC_HEADERS 1)
set(TIME_WITH_SYS_TIME 1)
set(HAVE_SOCKLEN_T 1)

View File

@ -107,9 +107,6 @@
/* Define to the type of arg 5 for `select`. */
#cmakedefine SELECT_TYPE_ARG5 @SELECT_TYPE_ARG5@
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS @STDC_HEADERS@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@