From: Hiroyuki Yamamoto Date: Wed, 25 Apr 2001 09:26:52 +0000 (+0000) Subject: added USE_GTKGDK_XIM to acconfig.h X-Git-Tag: local-account~10 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=07daf9af911c0589a0598f34a9baee055d6780e6;hp=a488d32caf6b474680912d256aededdaeb357aef added USE_GTKGDK_XIM to acconfig.h --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 6505b304d..92a66d561 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2001-04-25 + + * acconfig.h: added USE_GTKGDK_XIM definition for autoheader. + [hiroyuki] + 2001-04-24 * modified gtkstext.c : buggy cursor navigation fixed, and font descent also taken in account when drawing diff --git a/acconfig.h b/acconfig.h index f4693521c..1828b8148 100644 --- a/acconfig.h +++ b/acconfig.h @@ -7,6 +7,8 @@ #undef HAVE_GDK_PIXBUF #undef HAVE_GDK_IMLIB +#undef USE_GTKGDK_XIM + /* Whether to use multithread or not */ #undef USE_THREADS diff --git a/config.h.in b/config.h.in index 677024509..e69487412 100644 --- a/config.h.in +++ b/config.h.in @@ -31,6 +31,9 @@ /* Define to `int' if doesn't define. */ #undef pid_t +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + /* Define to `unsigned' if doesn't define. */ #undef size_t @@ -49,9 +52,17 @@ /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY + #undef HAVE_GDK_PIXBUF #undef HAVE_GDK_IMLIB +#undef USE_GTKGDK_XIM + /* Whether to use multithread or not */ #undef USE_THREADS @@ -82,12 +93,6 @@ /* Define if you have the fchmod function. */ #undef HAVE_FCHMOD -/* Define if you have the feof_unlocked function. */ -#undef HAVE_FEOF_UNLOCKED - -/* Define if you have the fgets_unlocked function. */ -#undef HAVE_FGETS_UNLOCKED - /* Define if you have the flock function. */ #undef HAVE_FLOCK @@ -115,9 +120,6 @@ /* Define if you have the lockf function. */ #undef HAVE_LOCKF -/* Define if you have the mempcpy function. */ -#undef HAVE_MEMPCPY - /* Define if you have the mkdir function. */ #undef HAVE_MKDIR @@ -160,9 +162,6 @@ /* Define if you have the towlower function. */ #undef HAVE_TOWLOWER -/* Define if you have the tsearch function. */ -#undef HAVE_TSEARCH - /* Define if you have the uname function. */ #undef HAVE_UNAME @@ -208,12 +207,6 @@ /* Define if you have the header file. */ #undef HAVE_PATHS_H -/* Define if you have the header file. */ -#undef HAVE_STDDEF_H - -/* Define if you have the header file. */ -#undef HAVE_STDLIB_H - /* Define if you have the header file. */ #undef HAVE_STRING_H @@ -241,28 +234,11 @@ /* Define if you have the compface library (-lcompface). */ #undef HAVE_LIBCOMPFACE +/* Define if you have the i library (-li). */ +#undef HAVE_LIBI + /* Define if you have the jconv library (-ljconv). */ #undef HAVE_LIBJCONV /* Define if you have the xpg4 library (-lxpg4). */ #undef HAVE_LIBXPG4 - -/* Define if you have the iconv() function. */ -#undef HAVE_ICONV - -/* Define as const if the declaration of iconv() needs const. */ -#undef ICONV_CONST - -/* Define if you have and nl_langinfo(CODESET). */ -#undef HAVE_LANGINFO_CODESET - -/* Define if your file defines LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -#undef ENABLE_NLS - -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT - diff --git a/src/Makefile.in b/src/Makefile.in index 49206a6b3..e22793bb5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -60,7 +60,6 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ AS = @AS@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ @@ -72,6 +71,7 @@ GDK_IMLIB_LIBS = @GDK_IMLIB_LIBS@ GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@ GDK_PIXBUF_CONFIG = @GDK_PIXBUF_CONFIG@ GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@ +GENCAT = @GENCAT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_CONFIG = @GLIB_CONFIG@ GLIB_LIBS = @GLIB_LIBS@ @@ -83,14 +83,16 @@ GPGME_LIBS = @GPGME_LIBS@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_CONFIG = @GTK_CONFIG@ GTK_LIBS = @GTK_LIBS@ +GT_NO = @GT_NO@ +GT_YES = @GT_YES@ IMLIB_CFLAGS = @IMLIB_CFLAGS@ IMLIB_CONFIG = @IMLIB_CONFIG@ IMLIB_LIBS = @IMLIB_LIBS@ -INTLBISON = @INTLBISON@ +INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ +INSTOBJEXT = @INSTOBJEXT@ +INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -LIBICONV = @LIBICONV@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_AGE = @LT_AGE@ @@ -109,6 +111,7 @@ RANLIB = @RANLIB@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ +l = @l@ localedir = @localedir@ manualdir = @manualdir@