cc -pthread   -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/_XOPEN_PATH_MAX.c -o limits/_XOPEN_PATH_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt  -lgdbm_compat -lcrypt -latomic
limits/_XOPEN_PATH_MAX.c:9:2: error: #error "_XOPEN_PATH_MAX is not defined"
    9 | #error "_XOPEN_PATH_MAX is not defined"
      |  ^~~~~
