mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
changed configuration stuff, replaced some Makefile.am by distfiles.
This commit is contained in:
parent
a112009805
commit
c351df1dc5
42 changed files with 1091 additions and 220 deletions
17
acconfig.h
17
acconfig.h
|
@ -26,6 +26,17 @@
|
|||
#undef M_DEBUG
|
||||
#undef VERSION
|
||||
#undef PACKAGE
|
||||
|
||||
#undef BIG_ENDIAN_HOST
|
||||
#undef LITTLE_ENDIAN_HOST
|
||||
|
||||
#undef HAVE_BYTE_TYPEDEF
|
||||
#undef HAVE_USHORT_TYPEDEF
|
||||
#undef HAVE_ULONG_TYPEDEF
|
||||
#undef HAVE_U16_TYPEDEF
|
||||
#undef HAVE_U32_TYPEDEF
|
||||
|
||||
|
||||
/* RSA is only compiled in if you have these files. You can use
|
||||
* RSA without any restrictions, if your not in the U.S. or
|
||||
* wait until sep 20, 2000
|
||||
|
@ -35,11 +46,5 @@
|
|||
|
||||
@BOTTOM@
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define BIG_ENDIAN_HOST
|
||||
#else
|
||||
#define LITTLE_ENDIAN_HOST
|
||||
#endif
|
||||
|
||||
|
||||
#endif /*G10_CONFIG_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue