summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 02:16:19 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 02:16:19 +0900
commit8b01a22ac70e86118b232bd2ae35433ac97f8418 (patch)
tree23fbfc18c233811a4ef7d256b699c3e8ed1b1cd5 /globals.h
parent58fd38e868db4dd690a3c2164857f377b19df841 (diff)
Split inputs into separate lines when multiple interactive commands are received
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 809d526..e753067 100644
--- a/globals.h
+++ b/globals.h
@@ -16,6 +16,10 @@
#endif
+/* comms */
+#define STDBUFSIZE 1024
+
+
/* error codes */
#define OK 0
#define Unrecognized 1