2005-04-16 22:20:36 +00:00
|
|
|
#ifndef SETUP_H_INCLUDED
|
|
|
|
#define SETUP_H_INCLUDED
|
|
|
|
|
|
|
|
/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
|
2005-05-07 04:30:45 +00:00
|
|
|
* command line, so this choice is ok.
|
|
|
|
*/
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#define COMMAND_LINE_SIZE 4096
|
|
|
|
|
|
|
|
#endif /* SETUP_H_INCLUDED */
|