cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations netdb/AI_ALL.c -o netdb/AI_ALL -D_POSIX_C_SOURCE=202405L -lm -lpthread netdb/AI_ALL.c:2:17: error: use of undeclared identifier 'AI_ALL' int const foo = AI_ALL; ^ 1 error generated.