diff options
author | Werner Koch <[email protected]> | 2004-07-27 15:12:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-07-27 15:12:00 +0000 |
commit | 5d4fb5734727e493fa8119f0d2d0f21ebc7452a7 (patch) | |
tree | a2f907826fed2c350c048db21fc0c8d8e2850fc2 /intl/relocatable.h | |
parent | * keylist.c (list_keyblock_print): Always use the new listing format where (diff) | |
download | gnupg-5d4fb5734727e493fa8119f0d2d0f21ebc7452a7.tar.gz gnupg-5d4fb5734727e493fa8119f0d2d0f21ebc7452a7.zip |
* configure.ac (AM_GNU_GETTEXT_VERSION): New.
(min_automake_version): New.
* LINGUAS: Added all languages we supported in 1.2.5.
Copied all po files from 1.2.5.
* autogen.sh: Updated to the modern version, grepping the required
tool versions from configure.ac.
Diffstat (limited to 'intl/relocatable.h')
-rw-r--r-- | intl/relocatable.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/intl/relocatable.h b/intl/relocatable.h index d141200a6..48c5b71e2 100644 --- a/intl/relocatable.h +++ b/intl/relocatable.h @@ -20,6 +20,11 @@ #ifndef _RELOCATABLE_H #define _RELOCATABLE_H +#ifdef __cplusplus +extern "C" { +#endif + + /* This can be enabled through the configure --enable-relocatable option. */ #if ENABLE_RELOCATABLE @@ -64,4 +69,9 @@ extern const char * compute_curr_prefix (const char *orig_installprefix, #endif + +#ifdef __cplusplus +} +#endif + #endif /* _RELOCATABLE_H */ |