home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume30 / rc / part04 / addon.c next >
C/C++ Source or Header  |  1992-05-30  |  350b  |  23 lines

  1. /*
  2.    This file contains the implementations of any locally defined
  3.    builtins.
  4. */
  5.  
  6. #ifdef    DWS
  7.  
  8. /*
  9.    This is what DaviD Sanderson (dws@cs.wisc.edu) uses.
  10. */
  11.  
  12. #include <sys/types.h>
  13. #include <sys/file.h>
  14. #include <sys/stat.h>
  15.  
  16. #include "rc.h"        /* for bool TRUE, FALSE */
  17. #include "addon.h"
  18.  
  19. #include "addon/access.c"
  20. #include "addon/test.c"
  21.  
  22. #endif
  23.