Feature defines moved to <maxscale/cdefs.h>
Feature defines that affect the available functionality or the compile time environment should be defined in a common way for all source.
This commit is contained in:
@ -33,6 +33,9 @@
|
|||||||
# define MXS_END_DECLS
|
# define MXS_END_DECLS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _XOPEN_SOURCE 700
|
||||||
|
#define OPENSSL_THREAD_DEFINES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define intended for use with strerror.
|
* Define intended for use with strerror.
|
||||||
*
|
*
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
* 19/01/16 Markus Makela Set cwd to log directory
|
* 19/01/16 Markus Makela Set cwd to log directory
|
||||||
* @endverbatim
|
* @endverbatim
|
||||||
*/
|
*/
|
||||||
#define _XOPEN_SOURCE 700
|
|
||||||
#define OPENSSL_THREAD_DEFINES
|
#include <maxscale/cdefs.h>
|
||||||
#include <my_config.h>
|
#include <my_config.h>
|
||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
|
Reference in New Issue
Block a user