home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GLIMPSE / RS6000 / GLIMPSE. next >
Encoding:
Text File  |  1998-07-24  |  791 b   |  32 lines

  1. --- compress/cast.c.rtr    Fri Nov 22 18:15:13 1996
  2. +++ compress/cast.c    Sat Feb  8 09:54:22 1997
  3. @@ -7,6 +7,7 @@
  4.   */
  5.  
  6.  #include "defs.h"
  7. +#include <dirent.h>
  8.  #include <sys/time.h>
  9.  #if defined(__NeXT__)
  10.                                        /* NeXT has no <utime.h> */
  11. --- compress/uncast.c.rtr    Fri Nov 22 18:15:14 1996
  12. +++ compress/uncast.c    Sat Feb  8 09:54:47 1997
  13. @@ -7,6 +7,7 @@
  14.   */
  15.  
  16.  #include "defs.h"
  17. +#include <dirent.h>
  18.  #include <sys/time.h>
  19.  #if defined(__NeXT__)
  20.                                        /* NeXT has no <utime.h> */
  21. --- libtemplate/include/config.h.rtr    Fri Nov 22 18:15:21 1996
  22. +++ libtemplate/include/config.h    Sat Feb  8 10:26:29 1997
  23. @@ -104,7 +104,7 @@
  24.   */
  25.  #ifndef NO_STRDUP
  26.  #ifndef HAVE_STRDUP
  27. -#define NO_STRDUP
  28. +/* #define NO_STRDUP */
  29.  #endif
  30.  #endif
  31.  
  32.