X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6511b78ff810ead55a110d42b01a08255a55b56d..543fcfdbc4aa5fdf9e85605758784253536fc624:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 1b0d8433cd..e605f71af4 100644 --- a/include/gras.h +++ b/include/gras.h @@ -2,43 +2,23 @@ /* 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 - -#include -#include - -#include - -#include -#include -#include - -#include +#include /* our toolbox */ #include /* FIXME: killme */ #include #include #include - #include #include #include -#include -#include - #endif /* GRAS_H */