diff options
author | Stefan Bellon <[email protected]> | 2002-08-03 18:35:16 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-08-03 18:35:16 +0000 |
commit | 582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d (patch) | |
tree | fdf1ffdc95ccb3bf1369169d1c2f84a91b7657d6 /scripts/conf-riscos/include/g10defs.h | |
parent | The big extension module removal. (diff) | |
download | gnupg-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.tar.gz gnupg-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.zip |
RISC OS changes due to dynload removal
Diffstat (limited to 'scripts/conf-riscos/include/g10defs.h')
-rw-r--r-- | scripts/conf-riscos/include/g10defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/conf-riscos/include/g10defs.h b/scripts/conf-riscos/include/g10defs.h index a02dff42a..46acdbfe1 100644 --- a/scripts/conf-riscos/include/g10defs.h +++ b/scripts/conf-riscos/include/g10defs.h @@ -21,6 +21,7 @@ /* Path variables and filing system constants for RISC OS */ #define G10_LOCALEDIR "<GnuPG$Dir>.locale" #define GNUPG_LIBDIR "<GnuPG$Dir>" +#define GNUPG_LIBEXECDIR "<GnuPG$Dir>" #define GNUPG_DATADIR "<GnuPG$Dir>" #define GNUPG_HOMEDIR "<GnuPGUser$Dir>" #define LOCALE_ALIAS_PATH "<GnuPG$Dir>.locale" |