timeout.h 435 B

123456789101112131415161718
  1. /* timeout.h Copyright (C) 1997 Codemist Ltd */
  2. /* Signature: 215705d0 31-May-1997 */
  3. #ifndef header_timeout_h
  4. #define header_timeout_h 1
  5. /*
  6. * This is used to create a version of CSL (and hence REDUCE) that is
  7. * subject to a certification mechanism that can allow a single set of
  8. * binaries to serve either as a demonstration version or as a full one.
  9. */
  10. #endif /* header_timeout_h */
  11. /* end of timeout.h */