Hi! > +AC_DEFUN([LTP_CHECK_MMSGHDR],[ > +AC_CHECK_TYPES([struct mmsghdr],,,[ > +#include <sys/types.h> > +#define __USE_GNU Don't do that, the double underscore one is library internal macro. The correct way is to define _GNU_SOURCE before you include any glibc header. -- Cyril Hrubis chrubis@suse.cz