aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-12 20:24:21 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-12 20:24:21 +0000
commit24a4e2b0c96ad26335446cdc34608d59d581354f (patch)
treef63cb5057bc187779f182cc7df989b36291ea974
parent76deb69747662d5a6e9d461cfd36447371369342 (diff)
downloadglibc-24a4e2b0c96ad26335446cdc34608d59d581354f.tar
glibc-24a4e2b0c96ad26335446cdc34608d59d581354f.tar.gz
glibc-24a4e2b0c96ad26335446cdc34608d59d581354f.tar.bz2
glibc-24a4e2b0c96ad26335446cdc34608d59d581354f.zip
Define HOST_NAME_MAX.
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h
index e2a363fa02..bb3c4c061d 100644
--- a/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/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