From a6b119455ce2c0f8d66cf54b9d368db26006d88a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 1997 13:01:16 +0000 Subject: Minor tweaks. svn path=/trunk/; revision=1496 --- driver.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver.c') 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 */ -- cgit v1.2.3