home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume23 / rc / part01 / addon.c < prev    next >
C/C++ Source or Header  |  1991-10-18  |  408b  |  25 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 boolean TRUE, FALSE */
  17. #include "status.h"    /* for set() */
  18. #include "addon.h"
  19. #include "utils.h"
  20.  
  21. #include "addon/access.c"
  22. #include "addon/test.c"
  23.  
  24. #endif
  25.