home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cproto.zip / cproto46 / porting / README < prev   
Text File  |  1998-01-20  |  394b  |  9 lines

  1. The files in this directory are needed to build on non-UNIX platforms.
  2.  
  3. getopt.c    This is a free implementation of the getopt function for
  4. getopt.h    systems that don't already have it (such as MS-DOS and VMS).
  5.         Some systems that support auto-configuration may need these
  6.         files.  You'll have to edit the makefile in that case.
  7.  
  8. popen.c        fakes a pipe open/close by writing to a temporary file.
  9.