Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef SETUP_H_INCLUDED
0003 #define SETUP_H_INCLUDED
0004 
0005 /* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
0006  * command line, so this choice is ok.
0007  */
0008 
0009 #define COMMAND_LINE_SIZE 4096
0010 
0011 #endif      /* SETUP_H_INCLUDED */