diff src/core/ngx_config.h @ 201:267ea1d98683

nginx-0.0.1-2003-11-30-23:03:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Nov 2003 20:03:18 +0000
parents a65b630b3a66
children 00cafae0bdf1
line wrap: on
line diff
--- 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>