def: add new constant LONG_LINE_MAX
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 18:23:58 +0000 (20:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 18:34:15 +0000 (20:34 +0200)
commit189912440f6545404e84b3cd1d6ca54f1057e3e6
tree80470467796937449afd0bb1a7df81ad2ad4afa9
parent4f9a66a32dda1d9a28f9bb3fa31c2148524bc46a
def: add new constant LONG_LINE_MAX

LONG_LINE_MAX is much like LINE_MAX, but longer.

As it turns out LINE_MAX at 4096 is too short for many usecases. Since
the general concept of having a common maximum line length limit makes
sense let's add our own, and make it larger (1MB for now).
src/basic/def.h