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 / Aix / config.h < prev   
Text File  |  1994-11-24  |  572b  |  31 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9. #define SIGNED            /* This is really needed! */
  10.  
  11. /* #define SOLARIS */
  12.  
  13. /* Don't use protos, because gcc doesn't like structures in parameters
  14.  * and mixing protos with non-protos style */
  15. /* #define P(args) args */
  16. #define P(x) ()
  17.  
  18. /* #define ID(x) */
  19. #define ID(x)  LOCAL char *id = x ;
  20.  #undef USE_AT_EXIT
  21.  
  22. /* #define KLUDGE_TAG */
  23. #define GZIP         
  24. /* #define FORKING    */
  25. /*    #define void        */
  26.  
  27. typedef void *GENERIC;
  28. /* typedef char *GENERIC; */
  29.  
  30. #undef MALLOC_NOT_IN_STDLIB
  31.