s3-includes: remove EILSEQ check, this is handled by
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 22:36:14 +0000 (23:36 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:07 +0000 (01:13 +0200)
../lib/replace/system/iconv.h already.

Guenther

source3/include/includes.h

index 91b81e4ea04697d350f1a5797900ec7039668ed0..b0f77cf6d18f619dd72a021ae71b351045a22699 100644 (file)
@@ -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);