diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-16 21:05:52 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-16 21:05:52 +0100 |
commit | 6962983a99989042c371748efbfb48587a38e7b5 (patch) | |
tree | 8768a1581e6526fcd4d79c75a946509d76b7d53c /config.h.in | |
parent | 4a11dd4b111229b8fc48aa8d897a000176e18805 (diff) | |
parent | 9a0e424593438088458b6b207bb1e53f48673fea (diff) | |
download | ayatana-indicator-printers-6962983a99989042c371748efbfb48587a38e7b5.tar.gz ayatana-indicator-printers-6962983a99989042c371748efbfb48587a38e7b5.tar.bz2 ayatana-indicator-printers-6962983a99989042c371748efbfb48587a38e7b5.zip |
Import upstream version 0.1.1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4b8c91a..2806380 100644 --- a/config.h.in +++ b/config.h.in @@ -1,11 +1,32 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* always defined to indicate that i18n is enabled */ +#undef ENABLE_NLS + +/* gettext package */ +#undef GETTEXT_PACKAGE + +/* Define to 1 if you have the `bind_textdomain_codeset' function. */ +#undef HAVE_BIND_TEXTDOMAIN_CODESET + +/* Define to 1 if you have the `dcgettext' function. */ +#undef HAVE_DCGETTEXT + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define if your <locale.h> file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |