use AC_LINE_MAX

This commit is contained in:
Pierangelo Masarati 2006-09-26 00:33:44 +00:00
parent 8f90eb97ec
commit a9a4a14d80

View File

@ -116,7 +116,7 @@ static const struct ol_attribute {
static void openldap_ldap_init_w_conf(
const char *file, int userconf )
{
char linebuf[ LINE_MAX ];
char linebuf[ AC_LINE_MAX ];
FILE *fp;
int i;
char *cmd, *opt;