Commit 3e34aaaf authored by Richard Levitte's avatar Richard Levitte
Browse files

Certain flag macros were tested with #if instead if #ifdef...

parent 517a0e7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
 * o ...                                       (for OpenSSL)
 */

#if HAVE_LONG_DOUBLE
#ifdef HAVE_LONG_DOUBLE
#define LDOUBLE long double
#else
#define LDOUBLE double