cc -pipe -O   -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_shm/SHMLBA.c -o sys_shm/SHMLBA -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lrt -lcrypt
In file included from sys_shm/SHMLBA.c:7:
sys_shm/SHMLBA.c:8:17: error: 'PAGE_SIZE' undeclared here (not in a function)
 int const foo = SHMLBA;
                 ^~~~~~
