/* * */ #ifndef H_HUSH_CONFIG #define H_HUSH_CONFIG #include static const size_t MAX_LINE_LEN = 1024; #define MAX_ARGUMENT_CNT 8 #endif