README 675 B

123456789101112131415
  1. The source files in this directory are all copyrighted (c) 1993 by
  2. W. Richard Stevens.
  3. This source files in this directory assume tab stops every 4 positions,
  4. not every 8 (the default). Just ":set tabstop=4" in vi, for example.
  5. If your system doesn't define the POSIX.1 ssize_t data type, then
  6. delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".
  7. If your system's <stdlib.h> doesn't define the variables for getopt(),
  8. then delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".
  9. If your system doesn't support send() and recv() (e.g., OSF/1) then
  10. delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".