mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
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).
This commit is contained in:
parent
4f9a66a32d
commit
189912440f
@ -84,3 +84,5 @@
|
||||
"/usr/local/lib/" n "\0" \
|
||||
"/usr/lib/" n "\0" \
|
||||
_CONF_PATHS_SPLIT_USR(n)
|
||||
|
||||
#define LONG_LINE_MAX (1U*1024U*1024U)
|
||||
|
Loading…
x
Reference in New Issue
Block a user