From bdfe02158f22da7d078978ee6625701226412a54 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Apr 2014 22:57:21 +0200 Subject: build: glob() is always available glob() is mandated by POSIX. For the only non-POSIX platform we support, Windows, we have our own replacement. So the ifdeffery is not needed. Still leave the checks in the configure scripts, because they have to decide whether to compile the replacement or not. (Although this could be special cased to mingw-only, the wscript seems to make this hard.) --- options/parse_commandline.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'options') diff --git a/options/parse_commandline.c b/options/parse_commandline.c index d86dde68fc..93ab47299f 100644 --- a/options/parse_commandline.c +++ b/options/parse_commandline.c @@ -16,8 +16,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" - #include #include #include -- cgit v1.2.3