diff options
Diffstat (limited to 'include/omc.h')
| -rw-r--r-- | include/omc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/omc.h b/include/omc.h index 245a572..9d6cee4 100644 --- a/include/omc.h +++ b/include/omc.h @@ -8,6 +8,8 @@  #define SYSERROR stderr, "%s:%s:%d: %s\n", path_basename(__FILE__), __FUNCTION__, __LINE__, strerror(errno)  #define OMC_BUFSIZ 8192 +#define OMC_NAME_MAX 255 +#define OMC_DIRSTACK_MAX 1024  #include "utils.h"  #include "ini.h" | 
