mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Add LINE_MAX define for those without it.
This commit is contained in:
@@ -87,6 +87,10 @@
|
||||
#include <error.h>
|
||||
#include <missing.h>
|
||||
|
||||
#ifndef LINE_MAX
|
||||
# define LINE_MAX 2048
|
||||
#endif
|
||||
|
||||
/* Must match the defines in iolog.c */
|
||||
#define IOFD_STDIN 0
|
||||
#define IOFD_STDOUT 1
|
||||
|
Reference in New Issue
Block a user