]> git.sur5r.net Git - openldap/commitdiff
use AC_LINE_MAX
authorPierangelo Masarati <ando@openldap.org>
Tue, 26 Sep 2006 00:33:44 +0000 (00:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 26 Sep 2006 00:33:44 +0000 (00:33 +0000)
libraries/libldap/init.c

index f1cf03bb0a2757a0655a2ba14317b06b576bbe8e..bea29978139b36e6467f7852f72a415d1b983276 100644 (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;