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