Split config checks to separate file

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-30 12:35:08 +02:00 committed by Paul Bakker
parent 827b6cee7f
commit 14d55951ef
7 changed files with 335 additions and 293 deletions

View file

@ -51,4 +51,6 @@
/* For testing with compat.sh */
#define POLARSSL_FS_IO
#include "check_config.h"
#endif /* POLARSSL_CONFIG_H */

View file

@ -34,4 +34,6 @@
#define POLARSSL_SSL_SRV_C
#define POLARSSL_SSL_TLS_C
#include "check_config.h"
#endif /* POLARSSL_CONFIG_H */

View file

@ -51,4 +51,6 @@
/* For testing with compat.sh */
#define POLARSSL_FS_IO
#include "check_config.h"
#endif /* POLARSSL_CONFIG_H */