aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
new file mode 100644
index 0000000..789a1bb
--- /dev/null
+++ b/include/config.h
@@ -0,0 +1,12 @@
+/*
+ *
+ */
+#ifndef H_HUSH_CONFIG
+#define H_HUSH_CONFIG
+
+#include <stdlib.h>
+
+static const size_t MAX_LINE_LEN = 1024;
+#define MAX_ARGUMENT_CNT 8
+
+#endif