Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Increase default DATA_MAX_NAME_LEN to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
charless-splunk committed Sep 29, 2016
1 parent d7a833e commit 1eca604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ AC_ARG_WITH(data-max-name-len, [AS_HELP_STRING([--with-data-max-name-len@<:@=VAL
AC_MSG_ERROR([DATA_MAX_NAME_LEN must be a positive integer -- $withval given])
fi
],
[ AC_DEFINE(DATA_MAX_NAME_LEN, 128, [Maximum length of data buffers])]
[ AC_DEFINE(DATA_MAX_NAME_LEN, 1024, [Maximum length of data buffers])]
)
# }}}

Expand Down

0 comments on commit 1eca604

Please sign in to comment.