Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 80b16b5b07a9b1decab1ce72e15cb429b1972df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * etGlobalFlags.h
 *
 *  Created on: 26.02.2012
 *      Author: tschuetz
 */

#ifndef ETGLOBALFLAGS_H_
#define ETGLOBALFLAGS_H_

/* flags for debugging */
#define ET_MSC_LOGGER_ACTIVATE  /* needs ET_LOGGER_ACTIVATE */
#define ET_LOGGER_ACTIVATE



#endif /* ETGLOBALFLAGS_H_ */

Back to the top