From 932dfea7bae1bde6ddb6ead84ce625db0a86a7ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Mar 2004 20:26:54 +0000 Subject: Update. * sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX. --- nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nptl/sysdeps/unix/sysv/linux/alpha') diff --git a/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h b/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h index e2a363fa02..bb3c4c061d 100644 --- a/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h +++ b/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h @@ -1,5 +1,5 @@ /* Minimum guaranteed maximum values for system limits. Linux/Alpha version. - Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1993-1998,2000,2002,2003,2004 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 @@ -81,3 +81,6 @@ /* Maximum login name length. This is arbitrary. */ #define LOGIN_NAME_MAX 256 + +/* Maximum host name length. */ +#define HOST_NAME_MAX 64 -- cgit v1.2.3