From 1131d87684c2c08a80e56fb35471ad1f01ff09b1 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 12 Feb 2007 13:19:12 +0000 Subject: fix building with ngx_http_perl_module --- src/os/unix/ngx_solaris_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 666e5eae9..9183bb360 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -8,7 +8,9 @@ #define _NGX_SOLARIS_CONFIG_H_INCLUDED_ +#ifndef _REENTRANT #define _REENTRANT +#endif #define _FILE_OFFSET_BITS 64 /* must be before */ -- cgit