diff options
author | Werner Koch <[email protected]> | 1997-12-23 17:30:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-12-23 17:30:18 +0000 |
commit | c351df1dc5294dfd81619fea3c1ff6a7e25ba774 (patch) | |
tree | b0fa86a4d1455e53c3a51d696eac51abe0308b0d /acconfig.h | |
parent | Now created by config.links (diff) | |
download | gnupg-c351df1dc5294dfd81619fea3c1ff6a7e25ba774.tar.gz gnupg-c351df1dc5294dfd81619fea3c1ff6a7e25ba774.zip |
changed configuration stuff, replaced some Makefile.am by distfiles.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/acconfig.h b/acconfig.h index 334d6ad84..7f4943aa9 100644 --- a/acconfig.h +++ b/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*/ |