X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..8e06878d622c1792c5e7d8d2d412241b53004e37:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 57243f486d..ec288feeaa 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,35 +1,35 @@ -/* $Id$ */ - /* xbt.h - Public interface to the xbt (gras's toolbox) */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 the OURAGAN project. */ +/* Copyright (c) 2004, 2005, 2006, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef xbt_H #define xbt_H -#define max(a, b) (((a) > (b))?(a):(b)) -#define min(a, b) (((a) < (b))?(a):(b)) - -#define TRUE 1 -#define FALSE 0 - -#define XBT_MAX_CHANNEL 10 /* FIXME: killme */ - +#include #include +#include +#include -#include +#include #include #include +#include #include #include #include +#include +#include +#include +#include +#include #include +#include -#endif /* xbt_H */ +#endif /* xbt_H */