home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / opcom-2.1 / part01 / sysdep < prev    next >
Encoding:
Text File  |  1993-04-10  |  268 b   |  18 lines

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