From 230a8e37b2a8c2b98041e84391d7cac43d8165cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 27 Mar 1998 05:40:02 +0000 Subject: Enable fetchmail to build on benighted systems with no memmove. svn path=/trunk/; revision=1732 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 29fad8ff..2e6d8630 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 -- cgit v1.2.3