From 0bbbc245712fd0fa88f547f57131c9f623a12cd5 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Sat, 15 Mar 2014 02:07:29 +0100 Subject: remove HAVE_ERRNO --- config/config.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.h.in b/config/config.h.in index e63acb0509..2d05119f9d 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -20,7 +20,6 @@ #define HAVE_DLFCN_H 1 #define HAVE_DLOPEN 1 #define HAVE_DLSYM 1 -#define HAVE_ERRNO_H 1 #define HAVE_FCHDIR 1 #define HAVE_FCHOWN 1 #define HAVE_FCNTL_H 1 -- cgit