aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:11:23 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:11:23 -0500
commitd14a81a28cb7ab53e5b85710821067fc92e90d2d (patch)
tree4d7b639b3a7372243344d3dd76219d4a9f45e578
parentcf83afb671e245adea8ea3b91d4e2fa52dae5fe3 (diff)
downloadstasis-d14a81a28cb7ab53e5b85710821067fc92e90d2d.tar.gz
Add OMC_NAME_MAX and OMC_DIRSTACK_MAX defines
-rw-r--r--include/omc.h2
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"