data.c 383 B

1234567891011121314151617181920
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #include "ack.h"
  6. #include "list.h"
  7. #include "trans.h"
  8. #ifndef NORCSID
  9. static char rcs_id[] = "$Id$" ;
  10. #endif
  11. #undef EXTERN
  12. #define EXTERN
  13. #include "data.h"
  14. #ifndef NORCSID
  15. static char rcs_data[] = RCS_DATA ;
  16. #endif