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