b28a6bcf29
Signed-off-by: kaguya3311 <kaguya3311@national.shitposting.agency>
11 lines
226 B
C
Executable File
11 lines
226 B
C
Executable File
#ifndef _ABIBITS_LIMITS_H
|
|
#define _ABIBITS_LIMITS_H
|
|
|
|
#define IOV_MAX 1024
|
|
#define LOGIN_NAME_MAX 256
|
|
#define HOST_NAME_MAX 64
|
|
#define NAME_MAX 255
|
|
#define OPEN_MAX 256
|
|
#define _POSIX_PATH_MAX 256
|
|
|
|
#endif /*_ABIBITS_LIMITS_H */ |