From b0a9165a57087bb182dd0e552b340311d78e816b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 20 Mar 2006 06:38:23 +0000 Subject: [PATCH] NetBSD --- stepmania/src/crypto51/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/crypto51/config.h b/stepmania/src/crypto51/config.h index 093ed63dfc..dc6fb85952 100644 --- a/stepmania/src/crypto51/config.h +++ b/stepmania/src/crypto51/config.h @@ -204,7 +204,7 @@ union dword_union #define CRYPTOPP_WIN32_AVAILABLE #endif -#if defined(__unix__) || defined(__MACH__) +#if defined(__unix__) || defined(__MACH__) || defined(__NetBSD__) #define CRYPTOPP_UNIX_AVAILABLE #endif