cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations netdb/IPPORT_RESERVED.c -o netdb/IPPORT_RESERVED -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt netdb/IPPORT_RESERVED.c:2:17: error: 'IPPORT_RESERVED' undeclared here (not in a function) int const foo = IPPORT_RESERVED; ^~~~~~~~~~~~~~~