aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-01 18:49:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-01 18:49:10 +0000
commitcd46961ec2a691ad01a60af6a40314ded4c27e88 (patch)
tree56feb457e8bacf2a1f8264858b95ff7d1277ad4d /fetchmail.h
parent74365ea56ca4d32a2e89410ef407327044096373 (diff)
downloadfetchmail-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.h8
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 ""