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