aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gensvm_globals.h4
1 files changed, 3 insertions, 1 deletions
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
/**