We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf2be3 commit ffe030bCopy full SHA for ffe030b
src/ngx_python.c
@@ -11,9 +11,8 @@
11
* practice. Python headers deliberately define the following macros:
12
* _GNU_SOURCE, _POSIX_C_SOURCE, _XOPEN_SOURCE.
13
* When compiling on Linux, they are defined by nginx or system headers
14
- * with Python possibly redefining them. Since nginx is built with
15
- * -Werror compilation option, macros redefinition causes compilation
16
- * errors on some Linux systems.
+ * with Python possibly redefining them. Since nginx is built with -Werror
+ * compilation option, macros redefinition causes compilation errors.
17
*/
18
19
#include <ngx_config.h>
0 commit comments