Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
19 lines
228 B
C
19 lines
228 B
C
#ifndef ParamDefs_h
|
|
#define ParamDefs_h
|
|
|
|
/*
|
|
Defines
|
|
*/
|
|
#ifndef MAX_ARGS
|
|
#define MAX_ARGS 64
|
|
#endif
|
|
|
|
#ifndef MAX_BUF_LEN
|
|
#define MAX_BUF_LEN 255
|
|
#endif
|
|
|
|
#ifndef MAX_WHERE_LEN
|
|
#define MAX_WHERE_LEN 255
|
|
#endif
|
|
|
|
#endif
|