Fix compilation when HAVE_LONG_LONG isn't defined.
[openssl.git] / crypto / bio / b_print.c
index 4857cfe0ce841c558f3a50b4d91f5f3b30665acb..b2d6f26f2e1f223a0a709b30862ab4ec1d3a481a 100644 (file)
 #define LDOUBLE double
 #endif
 
-#if HAVE_LONG_LONG
+#ifdef HAVE_LONG_LONG
 # if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
 # define LLONG _int64
 # else