home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / config.h < prev    next >
Text File  |  1994-11-05  |  487b  |  35 lines

  1. /* config.h 
  2.     vi:se ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11. #define P(args) args
  12. /* #define P(x) ()    */
  13.  
  14. #define ID(x)
  15. /* #define ID(x)  LOCAL char *id= x ; */
  16. /* #define USE_AT_EXIT */
  17.  
  18. #define KLUDGE_TAG
  19. #define GZIP         
  20. /* #define FORKING    */
  21. /*    #define void        */
  22.  
  23. typedef void *GENERIC;
  24. /* typedef char *GENERIC; */
  25.  
  26. #ifdef AMIGA
  27. #else
  28. #ifdef __386BSD__
  29. #else
  30. #ifndef OSK
  31. #define MALLOC_NOT_IN_STDLIB
  32. #endif
  33. #endif
  34. #endif
  35.