home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume20 / opcom / sysdep < prev    next >
Encoding:
Text File  |  1989-10-22  |  272 b   |  18 lines

  1. #ifndef _NFILE
  2. #include <sys/param.h>
  3. #define _NFILE    NOFILE
  4. #endif
  5.  
  6. #ifdef SYSV
  7. #define SIII
  8. #include <string.h>
  9. #else
  10. #include <strings.h>
  11. #define strchr    index
  12. #define strrchr    rindex
  13. extern char *ctime ();
  14. #endif
  15.  
  16. #define COMMANDS    "XCOMMANDS"
  17. #define PROFILE        "XPROFILE"
  18.