ctype_autoconf.c
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* This file is generated automatically by configure. */
  2. CHARSET_INFO compiled_charsets[] = {
  3.   /* this information is filled in by configure */
  4.   {
  5.     8,    /* number */
  6.     "latin1",     /* name */
  7.     ctype_latin1,
  8.     to_lower_latin1,
  9.     to_upper_latin1,
  10.     sort_order_latin1,
  11.     0,          /* strxfrm_multiply */
  12.     NULL,       /* strcoll    */
  13.     NULL,       /* strxfrm    */
  14.     NULL,       /* strnncoll  */
  15.     NULL,       /* strnxfrm   */
  16.     NULL,       /* like_range */
  17.     0,          /* mbmaxlen  */
  18.     NULL,       /* ismbchar  */
  19.     NULL,       /* ismbhead  */
  20.     NULL        /* mbcharlen */
  21.   },
  22.   /* this information is filled in by configure */
  23.   {
  24.     0,          /* end-of-list marker */
  25.     NullS,
  26.     NULL,
  27.     NULL,
  28.     NULL,
  29.     NULL,
  30.     0,
  31.     NULL,
  32.     NULL,
  33.     NULL,
  34.     NULL,
  35.     NULL,
  36.     0,
  37.     NULL,
  38.     NULL,
  39.     NULL
  40.   }
  41. };