diff options
Diffstat (limited to 'readline/config.h.in')
-rw-r--r-- | readline/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/config.h.in b/readline/config.h.in index 65927a8..d9aa535 100644 --- a/readline/config.h.in +++ b/readline/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 |