diff options
author | Darin Adler <darin@src.gnome.org> | 2001-11-07 21:43:57 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-11-07 21:43:57 +0000 |
commit | f6cff97ccdafe8b12baca42a49fbd55f17f8bbca (patch) | |
tree | e9f829093703f5da912954efcda9aa60da980438 /acconfig.h | |
parent | 0b9a7df897443a3aac3fa84a79e87464bc713c77 (diff) | |
download | nautilus-f6cff97ccdafe8b12baca42a49fbd55f17f8bbca.tar.gz |
Switch to glib's gettext.
* acconfig.h:
* configure.in:
Switch to glib's gettext.
* components/help/converters/*:
Remove, since these were moved to libgnome.
* Many files:
Get rid of incorrect uses of many locale-specific functions like
g_strcasecmp and isspace.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/acconfig.h b/acconfig.h index 1b1869bc5..830d7d25b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,22 +1,20 @@ -#undef NAUTILUS_BUILD_MESSAGE -#undef NAUTILUS_SOURCE_DIRECTORY -#undef EAZEL_BUILD_TIMESTAMP +#undef ENABLE_INSTALLER #undef ENABLE_NLS #undef ENABLE_PROFILER -#undef ENABLE_INSTALLER +#undef GETTEXT_PACKAGE #undef HAVE_CATGETS #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES -#undef HAVE_MEDUSA -#undef HAVE_LIBJPEG -#undef HAVE_STPCPY #undef HAVE_LIBBZ2 #undef HAVE_LIBFAM +#undef HAVE_LIBJPEG +#undef HAVE_MEDUSA +#undef HAVE_STPCPY +#undef bzclose #undef bzCompress #undef bzCompressInit #undef bzDecompress #undef bzDecompressInit -#undef bzclose #undef bzdopen #undef bzerror #undef bzflush |