@@ -22,11 +22,11 @@ #import "OFMemoryNotPartOfObjectException.h" #import "OFOutOfMemoryException.h" #import "TestsAppDelegate.h" -#if defined(__DragonFly__) && defined(__LP64__) +#if defined(OF_DRAGONFLYBSD) && defined(__LP64__) # define TOO_BIG (SIZE_MAX / 3) #else # define TOO_BIG (SIZE_MAX - 128) #endif