home *** CD-ROM | disk | FTP | other *** search
/ ftp.mayn.de / ftp.mayn.de-pub.zip / ftp.mayn.de-pub / apple / apple_unix / Web_stuff / gopher2.016-diffs < prev    next >
Text File  |  2017-03-06  |  4KB  |  152 lines

  1. *** ./gopherd/gopherd.conf    Wed May 25 16:58:12 1994
  2. --- /usr2/src/gopher2.016/./gopherd/gopherd.conf    Sat Jun 18 11:37:47 1994
  3. ***************
  4. *** 56,63
  5.   # extension.
  6.   #
  7.   
  8. ! decoder: .Z /usr/ucb/zcat
  9. ! decoder: .gz /usr/gnu/bin/zcat
  10.   #decoder: .adpcm /usr/openwin/bin/adpcm_dec
  11.   #decoder: .z /usr/gnu/bin/zcat
  12.   
  13.  
  14. --- 56,63 -----
  15.   # extension.
  16.   #
  17.   
  18. ! #decoder: .Z /usr/ucb/zcat
  19. ! #decoder: .gz /usr/gnu/bin/zcat
  20.   #decoder: .adpcm /usr/openwin/bin/adpcm_dec
  21.   #decoder: .z /usr/gnu/bin/zcat
  22.   
  23. ***************
  24. *** 119,124
  25.   
  26.   viewext: .tar.Z 9 9 application/x-tarZ
  27.   viewext: .tar 9 9 application/x-tar
  28.   viewext: .exe 5 9 application/x-pcexe
  29.   viewext: .bck 9 9 application/x-bck
  30.   viewext: .sav 9 9 application/x-saveset
  31.  
  32. --- 119,127 -----
  33.   
  34.   viewext: .tar.Z 9 9 application/x-tarZ
  35.   viewext: .tar 9 9 application/x-tar
  36. + viewext: .tar.gz 9 9 application/x-targz
  37. + viewext: .gz 9 9 application/x-gz
  38. + viewext: .Z 9 9 application/x-Z
  39.   viewext: .exe 5 9 application/x-pcexe
  40.   viewext: .bck 9 9 application/x-bck
  41.   viewext: .sav 9 9 application/x-saveset
  42. *** ./Makefile.config    Sun Jun 12 02:03:22 1994
  43. --- /usr2/src/gopher2.016/./Makefile.config    Sat Jun 18 11:37:47 1994
  44. ***************
  45. *** 98,104
  46.   # note that if you use gcc, you'll also need -lintl in SCOLIBS
  47.   #
  48.   
  49. ! CC = cc
  50.   
  51.   #------------------------------------------------
  52.   # Optimization level.
  53.  
  54. --- 98,104 -----
  55.   # note that if you use gcc, you'll also need -lintl in SCOLIBS
  56.   #
  57.   
  58. ! CC = gcc
  59.   
  60.   #------------------------------------------------
  61.   # Optimization level.
  62. ***************
  63. *** 105,111
  64.   #
  65.   
  66.   #OPT=-g
  67. ! OPT=-O
  68.   
  69.   #------------------------------------------------
  70.   # System Selection,  note that you won't have to edit
  71.  
  72. --- 105,111 -----
  73.   #
  74.   
  75.   #OPT=-g
  76. ! OPT=-O2
  77.   
  78.   #------------------------------------------------
  79.   # System Selection,  note that you won't have to edit
  80. ***************
  81. *** 156,162
  82.   # 
  83.   # Comment this to make a slimmer executable...
  84.   
  85. ! DEBUGGING = -DDEBUGGING
  86.   
  87.   #-----------------------------------------------------------------
  88.   # Optional server features.
  89.  
  90. --- 156,162 -----
  91.   # 
  92.   # Comment this to make a slimmer executable...
  93.   
  94. ! DEBUGGING = #-DDEBUGGING
  95.   
  96.   #-----------------------------------------------------------------
  97.   # Optional server features.
  98. ***************
  99. *** 195,201
  100.   #                    by the 'ps' command (only works on bsdish systems...)
  101.   #
  102.   
  103. ! SERVEROPTS    = -DSETPROCTITLE -DCAPFILES #-DUMNDES -DBIO -DDL -DLOADRESTRICT
  104.   DLPATH        = /home/mudhoney/lindner/src/describe
  105.   #DLOBJS        = $(DLPATH)/getdesc.o $(DLPATH)/enddesc.o
  106.   
  107.  
  108. --- 195,201 -----
  109.   #                    by the 'ps' command (only works on bsdish systems...)
  110.   #
  111.   
  112. ! SERVEROPTS    = -DCAPFILES #-DUMNDES -DBIO -DDL -DLOADRESTRICT
  113.   DLPATH        = /home/mudhoney/lindner/src/describe
  114.   #DLOBJS        = $(DLPATH)/getdesc.o $(DLPATH)/enddesc.o
  115.   
  116. ***************
  117. *** 230,236
  118.   #PTXLIBS        = -lseq -lsocket -linet -lnsl
  119.   #SCOLIBS        = -lsocket -lintl
  120.   #SVR4LIBS    = -lsocket -lnsl
  121. ! #AUXLIBS    = -lmalloc
  122.   #INTERACTIVELIBS= -linet
  123.   #DGUXLIBS       = -lnsl
  124.   
  125.  
  126. --- 230,236 -----
  127.   #PTXLIBS        = -lseq -lsocket -linet -lnsl
  128.   #SCOLIBS        = -lsocket -lintl
  129.   #SVR4LIBS    = -lsocket -lnsl
  130. ! AUXLIBS    = -lbsd -s
  131.   #INTERACTIVELIBS= -linet
  132.   #DGUXLIBS       = -lnsl
  133.   
  134. ***************
  135. *** 265,271
  136.   # overridden on the command line.
  137.   # 
  138.   
  139. ! SERVERDATA    = /home/mudhoney/gopher-data
  140.   SERVERPORT    = 70
  141.   
  142.   
  143.  
  144. --- 265,271 -----
  145.   # overridden on the command line.
  146.   # 
  147.   
  148. ! SERVERDATA    = /usr/spool/ftp/pub
  149.   SERVERPORT    = 70
  150.   
  151.   
  152.