Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-30 23:03:18 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-30 23:03:18 +0300
commit865c150cb473fca8ff91d60ddd539ac6dbbe02ee (patch)
tree1ae51b35fbfaa069adf98db8a4c98887bdd3f9a8 /src/core/ngx_config.h
parentc2bba092eb07ea5fcd2e2ee987e3a304f755a3c7 (diff)
nginx-0.0.1-2003-11-30-23:03:18 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h3
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>