forked from pixmeo/osirix
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
options.h
43 lines (36 loc) · 1.22 KB
/
options.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//
// options.h
// Miele_LXIV
//
// Created by Alex Bettarini on 17 Nov 2014.
// Copyright (c) 2014-2018 Miele-LXIV Team. All rights reserved.
// License GPLv3.0 -- see License File
//
#ifndef OPTIONS_H_INCLUDED
#define OPTIONS_H_INCLUDED
#define MALLOC_ERROR_MESSAGE "NOT ENOUGH MEMORY"
// /////////////////////////////////////////////////////////////////////////////
/* If using this feature, also create your own Binaries/Icon/DefaultBanner.png
*/
//#define WITH_BANNER
// /////////////////////////////////////////////////////////////////////////////
//#define WITH_IMPORTANT_NOTICE
// /////////////////////////////////////////////////////////////////////////////
#define WITH_OS_VALIDATION
// /////////////////////////////////////////////////////////////////////////////
//#define WITH_RED_CAPTION
// /////////////////////////////////////////////////////////////////////////////
/* Useful settings for debugging: search the source files for
*
* [[NSUserDefaults standardUserDefaults] boolForKey: @"verbose_dcmtkStoreScu"]
*
* preprocessor macros:
* _STEREO_VISION_
* NONETWORKFUNCTIONS
* DEBUG_DCMTK_NETWORKING_VERBOSE
*
* defines that get compiled:
* BUILTIN_DCMTK_SERVER
* DCMDEBUG
*/
#endif