cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/TEXTDOMAIN_MAX.c -o limits/TEXTDOMAIN_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lstdthreads -lcrypt limits/TEXTDOMAIN_MAX.c:10:2: error: "TEXTDOMAIN_MAX is not defined" 10 | #error "TEXTDOMAIN_MAX is not defined" | ^ 1 error generated.