From d14a81a28cb7ab53e5b85710821067fc92e90d2d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 Dec 2023 01:11:23 -0500 Subject: Add OMC_NAME_MAX and OMC_DIRSTACK_MAX defines --- include/omc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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" -- cgit