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