From: Ulrich Drepper Date: Wed, 31 Jan 2007 23:16:14 +0000 (+0000) Subject: Define MAXKEYLEN. X-Git-Tag: cvs/fedora-glibc-20070202T0923~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f9bf732964b3a239d2d0b2d772d65dc717eb0da;p=thirdparty%2Fglibc.git Define MAXKEYLEN. --- diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 051a262c3ec..3c9688fd30f 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -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