As per ISO C, identifiers that begin with an underscore and an uppercase letter are always reserved for any use; however in Nginx source code such identifiers are used as macros to guard against multiple file inclusion. This is not a real issue, but since it is easy to fix I have reported it. Regards Manlio Perillo