1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
This commit is contained in:
Ulrich Drepper
2004-03-12 20:26:54 +00:00
parent bf067910f5
commit 932dfea7ba
12 changed files with 52 additions and 9 deletions

View File

@ -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