diff options
Diffstat (limited to 'scripts/conf-riscos/include/g10defs.h')
-rw-r--r-- | scripts/conf-riscos/include/g10defs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/conf-riscos/include/g10defs.h b/scripts/conf-riscos/include/g10defs.h new file mode 100644 index 000000000..6e15f2d93 --- /dev/null +++ b/scripts/conf-riscos/include/g10defs.h @@ -0,0 +1,15 @@ + + #define G10_LOCALEDIR "<GnuPG$Dir>.locale" + #define GNUPG_LIBDIR "<GnuPG$Dir>" + #define GNUPG_DATADIR "<GnuPG$Dir>" + #define GNUPG_HOMEDIR "<GnuPGUser$Dir>" + #define LOCALE_ALIAS_PATH "<GnuPG$Dir>.locale" + #define GNULOCALEDIR "<GnuPG$Dir>.locale" + #define DIRSEP_C '.' + #define EXTSEP_C '/' + #define DIRSEP_S "." + #define EXTSEP_S "/" +/* This file defines some basic constants for the MPI machinery. We + * need to define the types on a per-CPU basis, so it is done with + * this file here. */ +#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) |