diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-31 23:16:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-31 23:16:14 +0000 |
commit | 8f9bf732964b3a239d2d0b2d772d65dc717eb0da (patch) | |
tree | 3019b69ddaa50e20d374f6b64bc02f2de15791a8 /nscd | |
parent | 3687a5a7c5eea2fa08a94e59de164b2e2da3c3e2 (diff) | |
download | glibc-8f9bf732964b3a239d2d0b2d772d65dc717eb0da.tar.gz glibc-8f9bf732964b3a239d2d0b2d772d65dc717eb0da.tar.xz glibc-8f9bf732964b3a239d2d0b2d772d65dc717eb0da.zip |
Define MAXKEYLEN.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/nscd-client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 051a262c3e..3c9688fd30 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 |