aboutsummaryrefslogtreecommitdiff
path: root/externals/mysql/my_charsets.h
diff options
context:
space:
mode:
authorclick <none@none>2010-08-07 19:01:57 +0200
committerclick <none@none>2010-08-07 19:01:57 +0200
commitce435f6d4f84462c0707bbc608d767648d5e99c3 (patch)
treedabac44fd559c925acf2171adb0ae3038f05ad7b /externals/mysql/my_charsets.h
parent3cc24e0971f96b9ffa4032a154750e4224ea499d (diff)
BuildSystem/VS: Remove now defunct an unmaintained buildfiles - use CMake for generating solutionfiles
--HG-- branch : trunk
Diffstat (limited to 'externals/mysql/my_charsets.h')
-rw-r--r--externals/mysql/my_charsets.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/externals/mysql/my_charsets.h b/externals/mysql/my_charsets.h
deleted file mode 100644
index ecb0de94f75..00000000000
--- a/externals/mysql/my_charsets.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/* Copyright (C) 2008 Sun Microsystems, Inc.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-
-/* Character set configuration (hard-coded) */
-#define HAVE_CHARSET_armscii8 1
-#define HAVE_CHARSET_ascii 1
-#define HAVE_CHARSET_big5 1
-#define HAVE_CHARSET_cp1250 1
-#define HAVE_CHARSET_cp1251 1
-#define HAVE_CHARSET_cp1256 1
-#define HAVE_CHARSET_cp1257 1
-#define HAVE_CHARSET_cp850 1
-#define HAVE_CHARSET_cp852 1
-#define HAVE_CHARSET_cp866 1
-#define HAVE_CHARSET_cp932 1
-#define HAVE_CHARSET_dec8 1
-#define HAVE_CHARSET_eucjpms 1
-#define HAVE_CHARSET_euckr 1
-#define HAVE_CHARSET_gb2312 1
-#define HAVE_CHARSET_gbk 1
-#define HAVE_CHARSET_greek 1
-#define HAVE_CHARSET_hebrew 1
-#define HAVE_CHARSET_hp8 1
-#define HAVE_CHARSET_keybcs2 1
-#define HAVE_CHARSET_koi8r 1
-#define HAVE_CHARSET_koi8u 1
-#define HAVE_CHARSET_latin1 1
-#define HAVE_CHARSET_latin2 1
-#define HAVE_CHARSET_latin5 1
-#define HAVE_CHARSET_latin7 1
-#define HAVE_CHARSET_macce 1
-#define HAVE_CHARSET_macroman 1
-#define HAVE_CHARSET_sjis 1
-#define HAVE_CHARSET_swe7 1
-#define HAVE_CHARSET_tis620 1
-#define HAVE_CHARSET_ucs2 1
-#define HAVE_CHARSET_ujis 1
-#define HAVE_CHARSET_utf16 1
-#define HAVE_CHARSET_utf32 1
-#define HAVE_CHARSET_utf8mb3 1
-#define HAVE_CHARSET_utf8mb4 1
-#define HAVE_UCA_COLLATIONS 1
-#define MYSQL_DEFAULT_CHARSET_NAME "latin1"
-#define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
-#define USE_MB 1