Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/iconv/ces/cesdeps.h')
-rw-r--r--newlib/libc/iconv/ces/cesdeps.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/newlib/libc/iconv/ces/cesdeps.h b/newlib/libc/iconv/ces/cesdeps.h
deleted file mode 100644
index e6aec4532..000000000
--- a/newlib/libc/iconv/ces/cesdeps.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * This file was automatically generated mkdeps.pl script. Don't edit.
- */
-
-#ifndef __CESDEPS_H__
-#define __CESDEPS_H__
-
-/*
- * Some CES converters use another CES converters and the following
- * is such dependencies description.
- */
-#ifdef ICONV_TO_UCS_CES_EUC
-# ifndef ICONV_TO_UCS_CES_TABLE
-# define ICONV_TO_UCS_CES_TABLE
-# endif
-# ifndef ICONV_TO_UCS_CES_US_ASCII
-# define ICONV_TO_UCS_CES_US_ASCII
-# endif
-#endif
-#ifdef ICONV_FROM_UCS_CES_EUC
-# ifndef ICONV_FROM_UCS_CES_TABLE
-# define ICONV_FROM_UCS_CES_TABLE
-# endif
-# ifndef ICONV_FROM_UCS_CES_US_ASCII
-# define ICONV_FROM_UCS_CES_US_ASCII
-# endif
-#endif
-#ifdef ICONV_TO_UCS_CES_TABLE_PCS
-# ifndef ICONV_TO_UCS_CES_TABLE
-# define ICONV_TO_UCS_CES_TABLE
-# endif
-#endif
-#ifdef ICONV_FROM_UCS_CES_TABLE_PCS
-# ifndef ICONV_FROM_UCS_CES_TABLE
-# define ICONV_FROM_UCS_CES_TABLE
-# endif
-#endif
-
-#endif /* !__CESDEPS_H__ */
-