]> sourceware.org Git - glibc.git/commitdiff
Define MAXKEYLEN.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Jan 2007 23:16:14 +0000 (23:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Jan 2007 23:16:14 +0000 (23:16 +0000)
nscd/nscd-client.h

index 051a262c3ec6978b25e366b4b6090e618e91fba0..3c9688fd30f48278ff14ac6d1915e3e37f746fe6 100644 (file)
@@ -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
This page took 0.04186 seconds and 5 git commands to generate.