From cba23571e2b81df9e70ccc3b3fc60e7ae5a8b1bf Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 12 Nov 2001 10:07:57 +0000 Subject: [PATCH] Define _XPG4_2 on Solaris --- config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h b/config.h index b8744bc..74f5a79 100644 --- a/config.h +++ b/config.h @@ -21,6 +21,9 @@ /* Must be included before we include any system headers! */ #include "acconfig.h" +/* This is necessary on Solaris */ +#define _XPG4_2 + /* Standard includes */ #include