=================================================================== RCS file: /cvs/mandoc/mandocd.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/mandocd.c 2019/03/03 13:02:11 1.11 +++ mandoc/mandocd.c 2020/06/14 23:40:31 1.12 @@ -1,4 +1,4 @@ -/* $Id: mandocd.c,v 1.11 2019/03/03 13:02:11 schwarze Exp $ */ +/* $Id: mandocd.c,v 1.12 2020/06/14 23:40:31 schwarze Exp $ */ /* * Copyright (c) 2017 Michael Stapelberg * Copyright (c) 2017, 2019 Ingo Schwarze @@ -17,7 +17,7 @@ */ #include "config.h" -#if HAVE_CMSG_XPG42 +#if NEED_XPG4_2 #define _XPG4_2 #endif