Files
linux-apfs/include/asm-um/setup.h
T

11 lines
234 B
C
Raw Normal View History

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