From 53f7f27693dc5b3ac606a1ca3a7225467e15e162 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 22 Jun 2019 17:26:07 +0200 Subject: FreeBSD cleanups to header shuffling. --- fetchmail.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 6a224cae..8e546693 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -5,7 +5,6 @@ * For license terms, see the file COPYING in this directory. */ -/* We need this for HAVE_STDARG_H, etc */ #include "config.h" struct addrinfo; @@ -40,12 +39,6 @@ struct addrinfo; #endif #include "uid_db.h" - -/* We need this for strstr */ -#if !defined(HAVE_STRSTR) && !defined(strstr) -char *strstr(const char *, const char *); -#endif - #include "fm_strl.h" /* constants designating the various supported protocols */ -- cgit v1.2.3