home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume30 / tin / part14 / common.patch next >
Text File  |  1992-05-20  |  2KB  |  62 lines

  1. Files common.old/Makefile and common/Makefile are identical
  2. Files common.old/README and common/README are identical
  3. Files common.old/README.HPUX and common/README.HPUX are identical
  4. Files common.old/README.IRIX and common/README.IRIX are identical
  5. Files common.old/README.LIB and common/README.LIB are identical
  6. Files common.old/README.MTXNIU and common/README.MTXNIU are identical
  7. Files common.old/README.SYSV and common/README.SYSV are identical
  8. Files common.old/README.XENIX and common/README.XENIX are identical
  9. Files common.old/clientlib.c and common/clientlib.c are identical
  10. Files common.old/clientlib.h and common/clientlib.h are identical
  11. Only in common: conf.h
  12. diff -rcs common.old/conf.h.dist common/conf.h.dist
  13. *** common.old/conf.h.dist    Wed May  6 09:01:11 1992
  14. --- common/conf.h.dist    Mon May  4 07:31:14 1992
  15. ***************
  16. *** 7,12 ****
  17. --- 7,20 ----
  18.    * Compile time options.
  19.    */
  20.     
  21. + /*
  22. +  * Extensions to NNTP RFC977 (I.Lea 07-03-92)
  23. +  */
  24. + #define XUSER            /* log clients username to nntp logfile */
  25. + #define XINDEX            /* retieve tin index files from server */
  26. + #define SUBSCRIPTIONS_FILE    "/usr/lib/news/subscriptions"
  27.   
  28.   #undef    ALONE        /* True if we're running without inetd */
  29.   
  30. Only in common: conf.h.dst.old
  31. Only in common: conf.h.norisc
  32. diff -rcs common.old/nntp.h common/nntp.h
  33. *** common.old/nntp.h    Wed May  6 09:01:11 1992
  34. --- common/nntp.h    Tue Mar 10 08:52:12 1992
  35. ***************
  36. *** 38,43 ****
  37. --- 38,46 ----
  38.   #define    OK_GOODBYE    205    /* Closing connection */
  39.   #define    OK_GROUP    211    /* Group selected */
  40.   #define    OK_GROUPS    215    /* Newsgroups follow */
  41. + #ifdef XINDEX
  42. + #define    OK_XINDEX    218    /* Group index file follows */
  43. + #endif
  44.   #define    OK_ARTICLE    220    /* Article (head & body) follows */
  45.   #define    OK_HEAD        221    /* Head follows */
  46.   #define    OK_BODY        222    /* Body follows */
  47. ***************
  48. *** 57,62 ****
  49. --- 60,68 ----
  50.   #define    ERR_GOODBYE    400    /* Have to hang up for some reason */
  51.   #define    ERR_NOGROUP    411    /* No such newsgroup */
  52.   #define    ERR_NCING    412    /* Not currently in newsgroup */
  53. + #ifdef XINDEX
  54. + #define    ERR_XINDEX    418    /* No index file for newsgroup */
  55. + #endif
  56.   #define    ERR_NOCRNT    420    /* No current article selected */
  57.   #define    ERR_NONEXT    421    /* No next article in this group */
  58.   #define    ERR_NOPREV    422    /* No previous article in this group */
  59. Files common.old/version.c and common/version.c are identical
  60.