From b3d021af18b2745d4a2594b05bc4e605d918a9e3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 16:11:40 +0000 Subject: config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for Solaris 11 --- catman.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'catman.c') diff --git a/catman.c b/catman.c index 6c9276d4..438474a5 100644 --- a/catman.c +++ b/catman.c @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.15 2017/02/08 14:50:53 schwarze Exp $ */ +/* $Id: catman.c,v 1.16 2017/02/08 16:11:40 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017 Ingo Schwarze @@ -17,6 +17,10 @@ */ #include "config.h" +#if HAVE_CMSG_XPG42 +#define _XPG4_2 +#endif + #include #include #include -- cgit v1.2.3