Commit 93d1c2b3 authored by joerg@mysql.com's avatar joerg@mysql.com
Browse files

Include "config.h" (if it exists) in all yaSSL files via their "runtime.hpp".

Fixes bug#19040 "yaSSL does not compile on AIX".
parent 23be1988
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@
#ifndef yaSSL_NEW_HPP
#define yaSSL_NEW_HPP

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif


#ifdef __sun