summaryrefslogtreecommitdiff
path: root/hrtimer.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2002-10-04 21:45:04 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2002-10-04 21:45:04 +0000
commit518ee466c969f557a66461999fce39c3d3eea352 (patch)
treec3b417a0a51764f1ed646b44928f4c34005368ea /hrtimer.h
parentb21162cf8e06f40baa1f58be6a8c17435cebc34d (diff)
downloadcryptopp-518ee466c969f557a66461999fce39c3d3eea352.tar.gz
compatibility fixes for MacOS X
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@6 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'hrtimer.h')
-rw-r--r--hrtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hrtimer.h b/hrtimer.h
index 81d9fcd..d05dfd1 100644
--- a/hrtimer.h
+++ b/hrtimer.h
@@ -22,7 +22,7 @@ public:
{
#if defined(CRYPTOPP_WIN32_AVAILABLE)
return 10000;
-#elif defined(__unix__) || defined(macintosh)
+#elif defined(CRYPTOPP_UNIX_AVAILABLE) || defined(macintosh)
return 1000;
#endif
}