| 1 | /*****************************************************************************/ | 
|---|
| 2 | // Copyright 2006 Adobe Systems Incorporated | 
|---|
| 3 | // All Rights Reserved. | 
|---|
| 4 | // | 
|---|
| 5 | // NOTICE:  Adobe permits you to use, modify, and distribute this file in | 
|---|
| 6 | // accordance with the terms of the Adobe license agreement accompanying it. | 
|---|
| 7 | /*****************************************************************************/ | 
|---|
| 8 |  | 
|---|
| 9 | /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_globals.cpp#1 $ */ | 
|---|
| 10 | /* $DateTime: 2012/05/30 13:28:51 $ */ | 
|---|
| 11 | /* $Change: 832332 $ */ | 
|---|
| 12 | /* $Author: tknoll $ */ | 
|---|
| 13 |  | 
|---|
| 14 | /*****************************************************************************/ | 
|---|
| 15 |  | 
|---|
| 16 | #include "dng_globals.h" | 
|---|
| 17 |  | 
|---|
| 18 | /*****************************************************************************/ | 
|---|
| 19 |  | 
|---|
| 20 | #if qDNGValidate | 
|---|
| 21 |  | 
|---|
| 22 | bool gVerbose = false; | 
|---|
| 23 |  | 
|---|
| 24 | uint32 gDumpLineLimit = 100; | 
|---|
| 25 |  | 
|---|
| 26 | #endif | 
|---|
| 27 |  | 
|---|
| 28 | /*****************************************************************************/ | 
|---|
| 29 |  | 
|---|