2
0
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:
Todd C. Miller
2010-07-20 15:34:30 -04:00
parent 2675524c32
commit d8acd34031

View File

@@ -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