nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

reserved identifier violation #626

Closed elfring closed 1 year ago

elfring commented 1 year ago

I would like to point out that an identifier like “__NAXSI_H__does not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

wargio commented 1 year ago

Absolutely i can fix this, but please do not use this repo but use mine and second, the code is C only since NGINX is written in C. You definetely should not build it using a C++ compiler or it will complains about many other stuff. There are not even the C guards for the code.