]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - bits/utsname.h
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / bits / utsname.h
index e01c3e5da7bf64778c45fac4ef1d8c10f96fc0ed..56921a86230b6cc6db553c39d910e41368d7c4bb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UTSNAME_H
 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
@@ -21,4 +21,8 @@
 
 /* The size of the character arrays used to hold the information
    in a `struct utsname'.  Enlarge this as necessary.  */
-#define        _UTSNAME_LENGTH 1024
+#define        _UTSNAME_LENGTH         1024
+
+/* If nonzero, the size of of the `domainname` field in `struct utsname'.
+   This is zero to indicate that there should be no such field at all.  */
+#define _UTSNAME_DOMAIN_LENGTH 0