commit e5e04904d45497ba5b5a9d54d6483c56df0fa3ae from: Omar Polo date: Tue Feb 06 14:51:37 2024 UTC work around a possibly missing LINE_MAX commit - b35222a4e58423d2c1f86672553f44b680644e59 commit + e5e04904d45497ba5b5a9d54d6483c56df0fa3ae blob - a5317748eb4756817d3fd5287d5aa1e5cbe9df3d blob + efd08aea46d99986a0dcae05a99a738784ac5a27 --- parser_gophermap.c +++ parser_gophermap.c @@ -22,6 +22,10 @@ #include "parser.h" #include "utils.h" + +#ifndef LINE_MAX +#define LINE_MAX 2048 +#endif struct gm_selector { char type;