aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-27 05:40:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-27 05:40:02 +0000
commit230a8e37b2a8c2b98041e84391d7cac43d8165cc (patch)
tree5c4313418d9d6381e270360b43a22a2962c6cebc /acconfig.h
parent2e13a585301585b62b6386e42b1f575453e05713 (diff)
downloadfetchmail-230a8e37b2a8c2b98041e84391d7cac43d8165cc.tar.gz
fetchmail-230a8e37b2a8c2b98041e84391d7cac43d8165cc.tar.bz2
fetchmail-230a8e37b2a8c2b98041e84391d7cac43d8165cc.zip
Enable fetchmail to build on benighted systems with no memmove.
svn path=/trunk/; revision=1732
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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