X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..2e81aeec4dfd8d6d5cf1f017f407059ca6a4e1f3:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 57243f486d..b168bc3806 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -2,34 +2,33 @@ /* xbt.h - Public interface to the xbt (gras's toolbox) */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 the OURAGAN project. */ +/* Copyright (c) 2004 Martin Quinson. 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 #endif /* xbt_H */