mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
16 lines
624 B
C
16 lines
624 B
C
|
|
#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)
|