mirror of git://sourceware.org/git/glibc.git
Define MAXKEYLEN.
This commit is contained in:
parent
3687a5a7c5
commit
8f9bf73296
|
|
@ -44,6 +44,9 @@
|
|||
/* Path for the configuration file. */
|
||||
#define _PATH_NSCDCONF "/etc/nscd.conf"
|
||||
|
||||
/* Maximu allowed length for the key. */
|
||||
#define MAXKEYLEN 1024
|
||||
|
||||
|
||||
/* Available services. */
|
||||
typedef enum
|
||||
|
|
|
|||
Loading…
Reference in New Issue