summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/bibtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/bibtex.h')
-rw-r--r--Build/source/texk/bibtex-x/bibtex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/bibtex.h b/Build/source/texk/bibtex-x/bibtex.h
index 33788a99999..b9f6ae87ca7 100644
--- a/Build/source/texk/bibtex-x/bibtex.h
+++ b/Build/source/texk/bibtex-x/bibtex.h
@@ -268,7 +268,11 @@
* cites when used with the standard styles.
***************************************************************************/
#define MIN_PRINT_LINE 3
+#ifdef KPATHSEA
+#define MAX_PRINT_LINE max_print_line
+#else
#define MAX_PRINT_LINE 79
+#endif
#define AUX_STACK_SIZE 20
#define MAX_BIB_FILES 20