diff --git a/makefile b/makefile index 0ca9ee1..8ac4243 100644 --- a/makefile +++ b/makefile @@ -2,6 +2,7 @@ NAME = sample CC = gcc FLAGS = -std=c99 -pedantic -g FLAGS+= -Wall -Wno-unused-parameter -Wextra -Werror=vla -Werror +FLAGS+= $(EXTRAFLAGS) VALGRIND = --show-leak-kinds=all --track-origins=yes --leak-check=full BIND = bin diff --git a/src/configator.h b/src/configator.h index 58a7121..d05a3f8 100644 --- a/src/configator.h +++ b/src/configator.h @@ -3,7 +3,9 @@ #include +#ifndef CONFIGATOR_MAX_LINE #define CONFIGATOR_MAX_LINE 80 +#endif #if 0 #define CONFIGATOR_DEBUG