diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 7068add..8f70ac9 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -53,12 +53,16 @@ extern "C" { another, it preserver the information about the source and nature of the error. - A component of the GnuPG project can define the following macro to + A component of the GnuPG project can define the following macros to tune the behaviour of the library: GPG_ERR_SOURCE_DEFAULT: Define to an error source of type gpg_err_source_t to make that source the default for gpg_error(). - Otherwise GPG_ERR_SOURCE_UNKNOWN is used as default. */ + Otherwise GPG_ERR_SOURCE_UNKNOWN is used as default. + + GPG_ERR_ENABLE_GETTEXT_MACROS: Define to provide macros to map the + internal gettext API to standard names. This has only an effect on + Windows platforms. */ /* The error source type gpg_err_source_t. |