blob: 5ea0a718cbc0a05552e164aaa2dd6cc405ebf4f9 (
plain)
1
2
3
4
5
6
7
8
9
|
#include <bits/limits.h>
#define NAME_MAX 255
#define PATH_MAX 512
#define _POSIX2_RE_DUP_MAX 255
#define INTR_MAX 64
/* Maximum length of xattr name, including the terminating NUL. */
#define XATTRNAME_MAX 256
|