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 / Linux / config.h < prev   
Text File  |  1994-11-24  |  529b  |  30 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.  
  12. /* Don't use protos, because gcc doesn't like structures in parameters
  13.  * and mixing protos with non-protos style */
  14. /* #define P(args) args */
  15. #define P(x) ()
  16.  
  17. /* #define ID(x) */
  18. #define ID(x)  LOCAL char *id = x ;
  19. #define USE_AT_EXIT
  20.  
  21. /* #define KLUDGE_TAG */
  22. #define GZIP         
  23. /* #define FORKING    */
  24. /*    #define void        */
  25.  
  26. typedef void *GENERIC;
  27. /* typedef char *GENERIC; */
  28.  
  29. #undef MALLOC_NOT_IN_STDLIB
  30.