Обсуждение: pgsql/src/include (config.h.in)

Поиск
Список
Период
Сортировка

pgsql/src/include (config.h.in)

От
ishii@postgresql.org
Дата:
  Date: Monday, October 30, 2000 @ 02:17:31
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/include
     from hub.org:/tmp/cvs-serv21342/src/include

Modified Files:
    config.h.in

-----------------------------  Log Message  -----------------------------

Add new configure option "--enable-uniconv" that enables automatic
code conversion between Unicode and other encodings. Note that
this option requires --enable-multibyte also.
The reason why this is optional is that the feature requires huge
mapping tables and I don't think every user need the feature.