home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / swnet / sys / dnix / 11 next >
Encoding:
Text File  |  1992-11-21  |  1.8 KB  |  64 lines

  1. Newsgroups: swnet.sys.dnix
  2. Path: sparky!uunet!mcsun!sunic!seunet!kullmar!bk
  3. From: bk@kullmar.se (Bo Kullmar)
  4. Subject: tcsh 6.03
  5. Message-ID: <1992Nov22.141200.26225@kullmar.se>
  6. Organization: Firma Bo Kullmar Datakonsult
  7. Distribution: swnet
  8. Date: Sun, 22 Nov 1992 14:12:00 GMT
  9. Lines: 53
  10.  
  11. Detta {r en diff f|r config.dnix5.3 i tcsh 6.03 f|r att den skall kunna
  12. kompileras med dnix 5.3 2.2 som har st|d f|r NLS. F|r |vriga fungerar
  13. den config.dnix5.3 som finns med 6.03. Jag gjorde visst en extra rad
  14. i b|rjan av misstag som ni ser. Patchen skickas till USA, men kommer
  15. nog med f|rst i n{sta version. Den tcsh-6.03.zip som finns p} ABC-Klubbens
  16. monitor {r redan patchad.
  17.  
  18. --Bo Kullmar
  19.  
  20.  
  21. *** tcsh-6.03/config/config.dnix5.3    Fri Nov 20 10:04:46 1992
  22. --- config.h    Sun Nov 22 13:21:55 1992
  23. ***************
  24. *** 1,6 ****
  25. --- 1,8 ----
  26.   /*
  27.    * config.h -- configure various defines for tcsh
  28.    *
  29.    * All source files should #include this FIRST.
  30.    *
  31.    * Edit this to match your system type.
  32. ***************
  33. *** 121,128 ****
  34.   
  35.   /****************** local defines *********************/
  36.   #define DNIX
  37.   /****************** configurable hacks ****************/
  38.   /* have been moved to config_f.h */
  39.   #include "config_f.h"
  40. ! #undef NLS
  41.   
  42. --- 123,136 ----
  43.   
  44.   /****************** local defines *********************/
  45.   #define DNIX
  46. + #define NOSTRCOLL
  47.   /****************** configurable hacks ****************/
  48.   /* have been moved to config_f.h */
  49.   #include "config_f.h"
  50. ! /*
  51. !  * NLS        Dnix 5.3 2.2 supports NLS, but no dnix 5.3 1.x.x
  52. !  *        so undefine NLS if you are runnig dnix 5.3 1.x.x.
  53. !  */
  54. ! /*#undef NLS*/
  55.   
  56.  
  57. -- 
  58. Bo Kullmar, Helsingoersg. 38, S-164 44  KISTA, Sweden, Phone +46 8 7511518
  59. UUCP:        {uunet,mcsun}!seunet!kullmar!bk           Fax   +46 8 801522
  60. Internet:    bk@kullmar.se    Fidonet: 2:201/235.0
  61.