diff options
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 7c229a417..0a7eedd10 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -22,6 +22,11 @@ #include <osreldate.h> +#define QD_FMT "%qd" +#define QX_FMT "%qx" +#define OFF_FMT "%qd" + + #ifndef HAVE_SELECT #define HAVE_SELECT 1 #endif |