Tue Jul 9 09:37:55 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / sysdeps / unix / sysv / linux / utsnamelen.h
blobc16c3852fb3960e797ca9644f5bc0cf81a4ede2a
1 /* Copyright (C) 1995 Free Software Foundation, Inc.
3 The GNU C Library is free software; you can redistribute it and/or
4 modify it under the terms of the GNU Library General Public License as
5 published by the Free Software Foundation; either version 2 of the
6 License, or (at your option) any later version.
8 The GNU C Library is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 Library General Public License for more details.
13 You should have received a copy of the GNU Library General Public
14 License along with the GNU C Library; see the file COPYING.LIB. If
15 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 Boston, MA 02111-1307, USA. */
18 /* Length of the entries in `struct utsname' is 65. */
19 #define _UTSNAME_LENGTH 65
21 /* Linux provides as additional information in the `struct utsname'
22 the name of the current domain. Define _UTSNAME_DOMAIN_LENGTH
23 to a value != 0 to activate this entry. */
24 #define _UTSNAME_DOMAIN_LENGTH _UTSNAME_LENGTH