diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-27 05:40:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-27 05:40:02 +0000 |
commit | 230a8e37b2a8c2b98041e84391d7cac43d8165cc (patch) | |
tree | 5c4313418d9d6381e270360b43a22a2962c6cebc /acconfig.h | |
parent | 2e13a585301585b62b6386e42b1f575453e05713 (diff) | |
download | fetchmail-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.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 |