From 2dd8978a497a9a932c38fc1223ebf2c4ab55f49a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 19 Oct 2004 21:46:59 +0000 Subject: Add replacement stpcpy. svn path=/trunk/; revision=3947 --- fetchmail.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index b47d6293..07b7978b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -686,6 +686,10 @@ char *strerror (int); #endif #endif +#ifndef HAVE_STPCPY +char *stpcpy(char *, const char*); +#endif + #ifdef FETCHMAIL_DEBUG #define exit(e) do { \ FILE *out; \ -- cgit v1.2.3