Skip to content

Commit

Permalink
Define MAXKEYLEN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 31, 2007
1 parent 3687a5a commit 8f9bf73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nscd/nscd-client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9bf73

Please sign in to comment.