2005-04-16 16:20:36 -06: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-06 22:30:45 -06:00
|
|
|
* command line, so this choice is ok.
|
|
|
|
*/
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
#define COMMAND_LINE_SIZE 4096
|
|
|
|
|
|
|
|
#endif /* SETUP_H_INCLUDED */
|