From c351df1dc5294dfd81619fea3c1ff6a7e25ba774 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Dec 1997 17:30:18 +0000 Subject: changed configuration stuff, replaced some Makefile.am by distfiles. --- acconfig.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'acconfig.h') 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*/ -- cgit v1.2.3