Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
OUps.
[simgrid.git] / buildtools / Cmake / tracing_config.h.in
1 /*
2  * tracing_config.h
3  *
4  *  Created on: Apri 1, 2010
5  *      Author: Lucas Schnorr
6  *     License: This program is free software; you can redistribute
7  *              it and/or modify it under the terms of the license
8  *              (GNU LGPL) which comes with this package.
9  *
10  *     Copyright (c) 2009 The SimGrid team.
11  */
12
13 #ifndef __TRACING_CONFIG_H
14 #define __TRACING_CONFIG_H
15
16 /* Tracing SimGrid */
17 #cmakedefine HAVE_TRACING @HAVE_TRACING@
18
19 #endif