X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..e76b3663393a47c8a97cff1cac268db2b4850a51:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 57243f486d..073344b2c1 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,35 +1,32 @@ -/* $Id$ */ +/* xbt.h - Public interface to the xbt (SimGrid's toolbox) */ -/* xbt.h - Public interface to the xbt (gras's toolbox) */ - -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 the OURAGAN project. */ +/* Copyright (c) 2004-2018. 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. */ - -#ifndef xbt_H -#define xbt_H - -#define max(a, b) (((a) > (b))?(a):(b)) -#define min(a, b) (((a) < (b))?(a):(b)) + * under the terms of the license (GNU LGPL) which comes with this package. */ -#define TRUE 1 -#define FALSE 0 - -#define XBT_MAX_CHANNEL 10 /* FIXME: killme */ +#ifndef XBT_H +#define XBT_H +#include #include +#include +#include -#include +#include #include #include #include #include -#include +#include #include +#include + +#include +#include -#endif /* xbt_H */ +#endif /* xbt_H */