File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 67
67
68
68
<option IS_BUILTIN_EMPTY =" false" IS_VALUE_EMPTY =" false" id =" gnu.c.compiler.option.include.paths.811285626" name =" Include paths (-I)" superClass =" gnu.c.compiler.option.include.paths" useByScannerDiscovery =" false" valueType =" includePath" >
69
69
70
- <listOptionValue builtIn =" false" value =" " ${workspace_loc:/liboauth2/include}" " />
71
-
70
+ <listOptionValue builtIn =" false" value =" " ${workspace_loc:/liboauth2/include}" " />
72
71
<listOptionValue builtIn =" false" value =" /usr/local/include" />
73
-
74
- <listOptionValue builtIn =" false" value =" /opt/local/include" />
75
-
76
- <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/core" />
77
-
78
- <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/http" />
79
-
72
+ <listOptionValue builtIn =" false" value =" /opt/homebrew/include" />
73
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/core" />
74
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/http" />
75
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/os/unix" />
76
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/event" />
77
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/http/modules" />
78
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/src/http/v2" />
79
+ <listOptionValue builtIn =" false" value =" /Users/hzandbelt/projects/nginx/objs" />
80
+ <listOptionValue builtIn =" false" value =" /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/" />
80
81
</option >
81
82
82
83
<inputType id =" cdt.managedbuild.tool.gnu.c.compiler.input.1754841162" superClass =" cdt.managedbuild.tool.gnu.c.compiler.input" />
Original file line number Diff line number Diff line change
1
+ 06/02/2024
2
+ - don't include standard headers before NGINX headers; see OpenIDC/ngx_sts_module#2
3
+ avoid compilation error with NGINX 1.26.0: field 'pkt6' has incomplete type
4
+
1
5
03/08/2023
2
6
- move repo to OpenIDC github organization
3
7
Original file line number Diff line number Diff line change 19
19
*
20
20
**************************************************************************/
21
21
22
- #include <stdlib.h>
23
-
24
22
#include <nginx.h>
25
23
#include <ngx_config.h>
26
24
#include <ngx_core.h>
You can’t perform that action at this time.
0 commit comments