diff options
Diffstat (limited to 'contrib/libreadline/config.h.in')
-rw-r--r-- | contrib/libreadline/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libreadline/config.h.in b/contrib/libreadline/config.h.in index 65927a8440d9..d9aa5354c1df 100644 --- a/contrib/libreadline/config.h.in +++ b/contrib/libreadline/config.h.in @@ -14,6 +14,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the memmove function. */ +#undef HAVE_MEMMOVE + /* Define if you have the putenv function. */ #undef HAVE_PUTENV |