1dnl SPDX-License-Identifier: GPL-2.0-or-later
2dnl Copyright (c) 2017 Richard Palethorpe <rpalethorpe@suse.com>
3
4AC_DEFUN([LTP_CHECK_UNAME_DOMAINNAME],[
5AC_CHECK_MEMBERS([struct utsname.domainname],,,[
6#define _GNU_SOURCE
7#include <sys/utsname.h>
8])])
9