view src/os/unix/ngx_types.h @ 20:a649c0a0adb3

nginx-0.0.1-2002-12-03-18:45:38 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Dec 2002 15:45:38 +0000
parents c5f071d376e5
children b2e039840718
line wrap: on
line source

#ifndef _NGX_TYPES_H_INCLUDED_
#define _NGX_TYPES_H_INCLUDED_


#include <ngx_config.h>


#define  QD_FMT  "%qd"
#define  QX_FMT  "%qx"


#endif /* _NGX_TYPES_H_INCLUDED_ */