aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-06-22 17:26:07 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-05 13:08:43 +0200
commit53f7f27693dc5b3ac606a1ca3a7225467e15e162 (patch)
tree8238000425697e90886e21fb92694954266d824a /fetchmail.h
parentfea8e876fcb668abd2f0f56f285327846fabdbde (diff)
downloadfetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.tar.gz
fetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.tar.bz2
fetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.zip
FreeBSD cleanups to header shuffling.
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h7
1 files changed, 0 insertions, 7 deletions
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 */