X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1acf7fe2f1886e9adcb4313f53548c9995a906c..55053de21d932fb0cc93eec52ec22ebc38ae936f:/include/gras.h diff --git a/include/gras.h b/include/gras.h index ce3f387be9..fb905970ba 100644 --- a/include/gras.h +++ b/include/gras.h @@ -2,44 +2,25 @@ /* gras.h - Public interface to the GRAS */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003 the OURAGAN project. */ +/* Copyright (c) 2003, 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 GRAS_H #define GRAS_H -#define max(a, b) (((a) > (b))?(a):(b)) -#define min(a, b) (((a) < (b))?(a):(b)) - -#define TRUE 1 -#define FALSE 0 - -#define GRAS_MAX_CHANNEL 10 /* FIXME: killme */ - -#include -#include - -#include - -#include -#include -#include - -#include +#include /* our toolbox */ #include /* FIXME: killme */ #include #include #include +#include #include #include #include - -#include -#include +#include #endif /* GRAS_H */