summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-03-22 09:53:43 -0300
committermongo <andmarti@gmail.com>2017-03-22 09:53:43 -0300
commit6b7bf8fd42622822e411fc973e447713a204728e (patch)
treeb5c3875554baae043771a70f3d12c6772bd181f0 /src/sc.h
parentadffbd6867dacf3bf8ce391bd9c78cf4168075fd (diff)
Added control over freopen and setvbuf
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc.h b/src/sc.h
index dfd81f2..e5b3bfd 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -33,6 +33,7 @@ extern struct ent ** ATBL(struct ent ***,int ,int );
#define FBUFLEN 1024 /* buffer size for a single field */
#define PATHLEN 1024 /* maximum path length */
#define MAXCMD 160 /* for ! command and commands that use the pager */
+#define STDERRBUF 8192 /* stderr buffer size */
#ifndef DFLT_PAGER
#define DFLT_PAGER "more" /* more is probably more widespread than less */