From f8979e27e3081b8115f1fe44e318ec6d80bd4f5d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 7 Dec 2016 12:52:46 +0100 Subject: add ifndef and GENSVM_ before defines --- include/gensvm_globals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/gensvm_globals.h b/include/gensvm_globals.h index 75b13d5..eaccda8 100644 --- a/include/gensvm_globals.h +++ b/include/gensvm_globals.h @@ -51,7 +51,9 @@ /** * Maximum line length of files that are read into GenSVM. */ -#define MAX_LINE_LENGTH 1024 +#ifndef GENSVM_MAX_LINE_LENGTH + #define GENSVM_MAX_LINE_LENGTH 1024 +#endif #ifndef MIN_MAX_DEFINE /** -- cgit v1.2.3