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