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

Started by Tatsuo Ishiiover 25 years ago1 messagescomitters
Jump to latest
#1Tatsuo Ishii
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.