diff options
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index ccb653b98..b943960b2 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -38,6 +38,9 @@ typedef int ngx_int_t; typedef u_int ngx_uint_t; +/* STUB: autoconf */ +#define PTR_FMT "%X" + #include <ngx_auto_config.h> |