• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2019 Petr Vorel <petr.vorel@gmail.com>
4  */
5 
6 #ifdef HAVE_SYS_UTSNAME_H
7 # include <sys/utsname.h>
8 #endif
9 
10 #ifndef _UTSNAME_LENGTH
11 # define _UTSNAME_LENGTH 65
12 #endif
13 
14 #ifndef _UTSNAME_DOMAIN_LENGTH
15 # define _UTSNAME_DOMAIN_LENGTH _UTSNAME_LENGTH
16 #endif
17