X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1068773bda2a9c50385808a643a04e4a1fc2c7a..b4036710f1d7f435ac50328d290cb95b108d505e:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 38f65ef152..4cd44e7205 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,33 +1,32 @@ /* $Id$ */ -/* gros.h - Public interface to the GROS (gras's toolbox) */ +/* 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 GROS_H -#define GROS_H +#ifndef xbt_H +#define xbt_H -#define max(a, b) (((a) > (b))?(a):(b)) -#define min(a, b) (((a) < (b))?(a):(b)) +#include +#include +#include -#define TRUE 1 -#define FALSE 0 +#include +#include -#define GRAS_MAX_CHANNEL 10 /* FIXME: killme */ +#include -#include -#include +#include +#include +#include +#include +#include -#include +#include +#include +#include -#include -#include -#include - -#include - -#endif /* GROS_H */ +#endif /* xbt_H */