Remove UNICODE_CFLAGS (and some other stuff that's redundant with
authorDan Winship <danw@src.gnome.org>
Thu, 26 Apr 2001 18:21:32 +0000 (18:21 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 26 Apr 2001 18:21:32 +0000 (18:21 +0000)
commit34df5eb26d289b09824189881294aa98a418486d
treee8e52429d56ff1167297a5dbe9425b8f106bd1de
parent249a57c925d1b899992c60795cae4f00d813b9b6
Remove UNICODE_CFLAGS (and some other stuff that's redundant with

* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS (and some other
stuff that's redundant with EXTRA_GNOME_CFLAGS)
(libcamel_la_LIBADD): Replace UNICODE_LIBS with GAL_LIBS.

* camel-search-private.c:
* camel-pgp-context.c:
* camel-mime-utils.c: Use gunicode interfaces rather than
libunicode.

* camel-charset-map.c: Use gunicode rather than libunicode. (The
charmap-regen code still depends on libunicode though.)

* camel-mime-filter-charset.h:
* tests/message/test2.c (convert): Use iconv rather than
unicode_iconv.

* providers/smtp/Makefile.am (libcamelsmtp_la_LIBADD):
* providers/pop3/Makefile.am (libcamelpop3_la_LIBADD):
* providers/local/Makefile.am (libcamellocal_la_LIBADD): Remove
UNICODE_LIBS.

* camel.c (camel_init): Remove call to unicode_init.

* camel-mime-parser.c: Remove unused unicode.h include.
13 files changed:
camel/ChangeLog
camel/Makefile.am
camel/camel-charset-map.c
camel/camel-mime-filter-charset.h
camel/camel-mime-parser.c
camel/camel-mime-utils.c
camel/camel-pgp-context.c
camel/camel-search-private.c
camel/camel.c
camel/providers/local/Makefile.am
camel/providers/pop3/Makefile.am
camel/providers/smtp/Makefile.am
camel/tests/message/test2.c