Change usage of variables *_ENABLED and *_DISABLED
Usage of variables *_ENABLED and *_DISABLED is confusing for many users.
Actual behaviour :
- Only check variable presence and not its content.
Expected behaviour:
- if variable content equals "true" then "true" else "false"
This issue closes #2 (closed)