move HAVE_CRYPTOPP

(maybe this should be WITH_CRYPTOPP, but I think autoconf's "with"
and "have" distinction is too ambiguous anyway)
This commit is contained in:
Glenn Maynard
2005-10-20 03:41:10 +00:00
parent 083119700c
commit 6dd799e195
@@ -5,6 +5,8 @@
#include <stdint.h>
#endif
#define HAVE_CRYPTOPP
// XXX: Maybe we should make sure we're using GCC first?
// But if not, then what DO we use?
#include "archutils/Common/gcc_byte_swaps.h"