home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / tracker.4.6.lzh / TRACKER4.6 / SBOS2 / config.h < prev    next >
Text File  |  1994-11-24  |  685b  |  41 lines

  1. /* config.h 
  2.     vi:se ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. //#define MWDEBUG 1
  8. //#include "memwatch.h"
  9. //#include "stdlib.h"
  10.  
  11.  
  12. #include <stdio.h>
  13.  
  14. #ifndef __OS2__
  15. extern FILE *popen(char *command, char *mode);
  16. extern void pclose(FILE *f);
  17. #endif
  18.  
  19. #define EXPAND_WILDCARDS(x,y)   _wildcard(&x,&y);
  20.  
  21. /* use if "rb" has an import for the program */
  22. #define BINARY_HEEDED 
  23.  
  24.  
  25. #define P(args) args
  26. /* #define P(x) ()    */
  27.  
  28. #define ID(x)
  29. /* #define ID(x)  LOCAL char *id= x ; */
  30. /* #define USE_AT_EXIT */
  31.  
  32. #define KLUDGE_TAG
  33. /* #define GZIP         */
  34. /* #define FORKING    */
  35. /*    #define void        */
  36.  
  37. typedef void *GENERIC;
  38. /* typedef char *GENERIC; */
  39.  
  40. #define MALLOC_NOT_IN_STDLIB
  41.