defs.h 420 B

123456789101112131415161718
  1. /*
  2. * AUTHOR: Serena Pallecchi student of Computer Science University of Pisa (Italy)
  3. * Commission from Faunalia Pontedera (PI) www.faunalia.it
  4. *
  5. * This program is free software under the GPL (>=v2)
  6. * Read the COPYING file that comes with GRASS for details.
  7. *
  8. */
  9. #ifndef _INDEXHEADER_H_
  10. #define _INDEXHEADER_H_
  11. #define RLI_ERRORE 0
  12. #define RLI_OK 1
  13. #endif /* _INDEXHEADER_H_ */