aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-10 13:01:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-10 13:01:16 +0000
commita6b119455ce2c0f8d66cf54b9d368db26006d88a (patch)
tree6b56645af386808c9c867e497fbe959565829fe6 /driver.c
parent459517cb5e4935fe0ced6bd6992c7ef15c6d49e6 (diff)
downloadfetchmail-a6b119455ce2c0f8d66cf54b9d368db26006d88a.tar.gz
fetchmail-a6b119455ce2c0f8d66cf54b9d368db26006d88a.tar.bz2
fetchmail-a6b119455ce2c0f8d66cf54b9d368db26006d88a.zip
Minor tweaks.
svn path=/trunk/; revision=1496
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 3ec6e522..b16848a4 100644
--- a/driver.c
+++ b/driver.c
@@ -72,7 +72,9 @@
#define SMTP_PORT 25 /* standard SMTP service port */
+#ifndef strstr /* glibc-2.1 declares this as a macro */
extern char *strstr(); /* needed on sysV68 R3V7.1. */
+#endif /* strstr */
int fetchlimit; /* how often to tear down the server connection */
int batchcount; /* count of messages sent in current batch */