diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:11:23 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:11:23 -0500 |
commit | d14a81a28cb7ab53e5b85710821067fc92e90d2d (patch) | |
tree | 4d7b639b3a7372243344d3dd76219d4a9f45e578 /include/omc.h | |
parent | cf83afb671e245adea8ea3b91d4e2fa52dae5fe3 (diff) | |
download | stasis-d14a81a28cb7ab53e5b85710821067fc92e90d2d.tar.gz |
Add OMC_NAME_MAX and OMC_DIRSTACK_MAX defines
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" |