Enable defines (#1877)

* Add dhcp6 client define, and update openthred-config include scheme

* #1663 - update include to use quotes instead of angle brackets

* #1663 - update file to use underscore instead of dash

* #1663 - remove extra space

* #1663 - update location of new header file and update files to point to it

* #1663 - update location of new header file and update files to point to it

* #1663 update makefile.am to include new header

* update for make pretty changes

* more pretty fixes

* cleanup, and remove automatic mbedtls change

* remove debugging change

* #1663 - Remove extra space, and change include to use angle brackets instead of quotes.

* rename the enable defines file to openthred_config

* #1663 clean up for code review

* #1663 - clean up last nits

* #1663 - missed merge conflicts - file openthread-config.h -> openthread/openthread_config.h
This commit is contained in:
Mike
2017-06-12 15:26:44 -05:00
committed by Jonathan Hui
parent 6e3d663009
commit 8dc31d6e27
159 changed files with 243 additions and 601 deletions
+1 -5
View File
@@ -33,11 +33,7 @@
#define WPP_NAME "instance_api.tmh"
#ifdef OPENTHREAD_CONFIG_FILE
#include OPENTHREAD_CONFIG_FILE
#else
#include <openthread-config.h>
#endif
#include <openthread/config.h>
#include <openthread/instance.h>
#include <openthread/platform/misc.h>