diff options
Diffstat (limited to 'src/include/toxic/config.h')
| -rw-r--r-- | src/include/toxic/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/toxic/config.h b/src/include/toxic/config.h index c1c1e7f..593eb2a 100644 --- a/src/include/toxic/config.h +++ b/src/include/toxic/config.h @@ -9,4 +9,8 @@ #define PAGE_SIZE (4096) #define SECTOR_SIZE (512) + +/* Path parsing */ +#define PATH_MAX (128) + #endif /* CONFIG_H */ |
