aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
blob: 789a1bb5b2e8e2e4241af3dbc94291a588bfae3e (plain)
1
2
3
4
5
6
7
8
9
10
11
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