comparison src/core.h @ 3370:eb7b398051f2

[gaim-migrate @ 3389] Is ISO-8859 a good default charset to use if one doesn't have nl_langinfo? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 05:19:52 +0000
parents 3b00d97d59aa
children c11960537fee
comparison
equal deleted inserted replaced
3369:ae9894ad81a0 3370:eb7b398051f2
24 24
25 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
26 #include <config.h> 26 #include <config.h>
27 #endif 27 #endif
28 28
29 #ifdef HAVE_ICONV
29 #include <iconv.h> 30 #include <iconv.h>
31 #endif
32
33 #ifdef HAVE_LANGINFO_CODESET
30 #include <langinfo.h> 34 #include <langinfo.h>
35 #endif
36
31 #include <stdio.h> 37 #include <stdio.h>
32 #include <time.h> 38 #include <time.h>
33 #include <glib.h> 39 #include <glib.h>
34 #ifdef GAIM_PLUGINS 40 #ifdef GAIM_PLUGINS
35 #include <gmodule.h> 41 #include <gmodule.h>