about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-12 20:26:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-12 20:26:54 +0000
commit932dfea7bae1bde6ddb6ead84ce625db0a86a7ad (patch)
tree7949c3f560a2f72c5c8e87581997ae0e97cdbf46 /sysdeps
parentbf067910f598d44f4cf37474a2654258ec03d773 (diff)
downloadglibc-932dfea7bae1bde6ddb6ead84ce625db0a86a7ad.tar.gz
glibc-932dfea7bae1bde6ddb6ead84ce625db0a86a7ad.tar.xz
glibc-932dfea7bae1bde6ddb6ead84ce625db0a86a7ad.zip
Update.
	* sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/bits/local_lim.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/local_lim.h b/sysdeps/unix/sysv/linux/bits/local_lim.h
index 4d6064b64f..169a5f1474 100644
--- a/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/sysdeps/unix/sysv/linux/bits/local_lim.h
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux version.
-   Copyright (C) 1993-1998, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998, 2000, 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
@@ -60,3 +60,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX		256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX		64