iotivity / iotivity-constrained

This mirror is deprecated. Please visit https://github.com/iotivity/iotivity-lite for forking the IoTivity-Lite project. To contribute code to the project, please visit https://www.iotivity.org/get-involved, https://www.iotivity.org/
https://iotivity.org/getting-started
Apache License 2.0
66 stars 42 forks source link

renaming config.h in oc_app_config.h #9

Open peters-r opened 7 years ago

peters-r commented 7 years ago

Hi,

i think it would be better to rename config.h to oc_app_config.h or something like that, since this file is a dependency in a lot of source files which may clash with application config files that are not related to IoTivity.

This is an issue, because (e.g. for Zephyr) the port/ folder is actually part of the application code in terms of the build system.

Regards, Richard

kmaloor commented 7 years ago

@peters-r Thanks for the suggestion. I'll look into doing that.