From b53b7b0413d4898b9bd73cd30e8d433b8893a66d Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 26 Jun 2017 19:58:43 +0300 Subject: Build on Solaris 11 fixed. --- src/nxt_unix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_unix.h') diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 8bcc8825..21096e31 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -63,7 +63,9 @@ #if (NXT_SOLARIS) +#ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 /* Must be before . */ +#endif #ifndef _REENTRANT /* May be set by "-mt" options. */ #define _REENTRANT /* Thread safe errno. */ -- cgit