diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-01 18:49:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-01 18:49:10 +0000 |
commit | cd46961ec2a691ad01a60af6a40314ded4c27e88 (patch) | |
tree | 56feb457e8bacf2a1f8264858b95ff7d1277ad4d /fetchmail.h | |
parent | 74365ea56ca4d32a2e89410ef407327044096373 (diff) | |
download | fetchmail-cd46961ec2a691ad01a60af6a40314ded4c27e88.tar.gz fetchmail-cd46961ec2a691ad01a60af6a40314ded4c27e88.tar.bz2 fetchmail-cd46961ec2a691ad01a60af6a40314ded4c27e88.zip |
This version is good.
svn path=/trunk/; revision=2309
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index b7a048b6..5e5884a1 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -490,7 +490,13 @@ void itimerthread(void*); find all of our lock files and stuff. */ #define getcwd _getcwd2 #define chdir _chdir2 -#endif +#endif /* _EMX_ */ + +# if HAVE_STRERROR +# ifndef strerror /* On some systems, strerror is a macro */ +char *strerror (); +# endif +# endif /* HAVE_STRERROR */ #define STRING_DISABLED (char *)-1 #define STRING_DUMMY "" |