From 1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 23:36:14 +0100 Subject: s3-includes: remove EILSEQ check, this is handled by ../lib/replace/system/iconv.h already. Guenther --- source3/include/includes.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 91b81e4ea0..b0f77cf6d1 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -675,12 +675,6 @@ enum flush_reason_enum { #endif -/* needed for some systems without iconv. Doesn't really matter - what error code we use */ -#ifndef EILSEQ -#define EILSEQ EIO -#endif - /* add varargs prototypes with printf checking */ /*PRINTFLIKE2 */ int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3); -- cgit