diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP +/* Define if you have the memmove function. */ +#undef HAVE_MEMMOVE + /* Define if you have GNU's getopt family of functions. */ #undef HAVE_GETOPTLONG |