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