cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/_XOPEN_NAME_MAX.c -o limits/_XOPEN_NAME_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic limits/_XOPEN_NAME_MAX.c:9:2: error: #error "_XOPEN_NAME_MAX is not defined" 9 | #error "_XOPEN_NAME_MAX is not defined" | ^~~~~