home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / ums / sumstools2_10.lha / sumstools / source / sumstl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-14  |  703 b   |  39 lines

  1. /*  04-Aug-94 [olio] for DICE include <clib/xxx_protos.h> instead of
  2. **                   <protos/xxx.h>.
  3. **                   Added #include <clib/alib_protos.h> for DICE.
  4. */
  5.  
  6. #include <dos/dos.h>
  7. #include <dos/datetime.h>
  8. #include <dos/rdargs.h>
  9.  
  10. #define UMS_V11_NAMES_ONLY
  11.  
  12. #include <libraries/ums.h>
  13.  
  14. #undef UMSVERSION
  15. #define UMSVERSION 10
  16.  
  17. #ifdef _DCC
  18. #include <clib/dos_protos.h>
  19. #include <clib/exec_protos.h>
  20. #include <clib/ums_protos.h>
  21. #include <clib/alib_protos.h>
  22.  
  23. #else
  24. #include <proto/dos.h>
  25. #include <proto/exec.h>
  26. #include <proto/ums.h>
  27.  
  28. #endif
  29.  
  30.  
  31. #include <string.h>
  32. #include <stdlib.h>
  33.  
  34. #ifdef __SASC
  35.     #define VERSION    "2.10"__AMIGADATE__
  36. #else
  37.     #define VERSION    "2.10 (14.03.95)"
  38. #endif
  39.