Mercurial > SimpleWebPresenter
comparison constants.inc @ 116:374e3eff07fd
Branch merge
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 17 Mar 2016 22:34:49 +0100 |
| parents | adf7b11921f4 |
| children | e9f562a34fa5 |
comparison
equal
deleted
inserted
replaced
| 115:b9668126e52e | 116:374e3eff07fd |
|---|---|
| 7 define(VERBOSITY_ERROR, 1); | 7 define(VERBOSITY_ERROR, 1); |
| 8 define(VERBOSITY_WARNING, 10); | 8 define(VERBOSITY_WARNING, 10); |
| 9 define(VERBOSITY_DEBUG, 100); | 9 define(VERBOSITY_DEBUG, 100); |
| 10 | 10 |
| 11 define(DEBUG_LEVEL, VERBOSITY_NONE); | 11 define(DEBUG_LEVEL, VERBOSITY_NONE); |
| 12 define(COMPRESSION_DISABLED, 0); | |
| 12 | 13 |
| 13 define(DUMP, 0); | 14 define(DUMP, 0); |
| 14 define(MAX_RECURSE, 50); | 15 define(MAX_RECURSE, 50); |
| 15 define(CACHING, 1); | 16 define(CACHING, 1); |
| 16 define(VALIDATE, 0); | 17 define(VALIDATE, 0); |
