home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / src / LYSystem.h < prev    next >
C/C++ Source or Header  |  1997-02-24  |  211b  |  11 lines

  1.  
  2. #ifndef LYSYSTEM_H
  3. #define LYSYSTEM_H
  4.  
  5. #ifdef VMS
  6. extern int DCLsystem PARAMS((char *command));
  7. #define system(a) DCLsystem(a) /* use LYCurses.c routines for spawns */
  8. #endif /* VMS */
  9.  
  10. #endif /* LYSYSTEM_H */
  11.