blob: 20feec09f8c1ee10acc43e6388b1b72edc52f777 [file] [log] [blame] [edit]
#ifndef ROS_INC_LIMITS_H
#define ROS_INC_LIMITS_H
/* Keep this 255 to stay in sync with glibc (expects d_name[256]) */
#define MAX_FILENAME_SZ 255
/* POSIX / glibc name: */
#define NAME_MAX MAX_FILENAME_SZ
#define PATH_MAX 4096 /* includes null-termination */
#endif /* ROS_INC_LIMITS_H */