Diff for /parser3/bin/Attic/auto.p.dist.in between versions 1.3.4.1 and 1.9

version 1.3.4.1, 2002/08/02 11:43:18 version 1.9, 2002/09/17 11:33:54
Line 10  $CHARSETS[ Line 10  $CHARSETS[
 @commentcharset_windows1251@    $.windows-1251[$charsetsdir/windows-1251.cfg]  @commentcharset_windows1251@    $.windows-1251[$charsetsdir/windows-1251.cfg]
 @commentcharset_windows1257@    $.windows-1257[$charsetsdir/windows-1257.cfg]  @commentcharset_windows1257@    $.windows-1257[$charsetsdir/windows-1257.cfg]
 ]  ]
 #change your client libraries paths to those on your system  #change your client libraries paths to those on your system
 $SQL[  $SQL[
         $.drivers[^table::set{protocol  driver  client          $.drivers[^table::set{protocol  driver  client
 mysql   $sqldriversdir/libparser3mysql.so       @mysql_client@  mysql   $sqldriversdir/libparser3mysql.@dll_extension@  @mysql_client@
 pgsql   $sqldriversdir/libparser3pgsql.so       @pgsql_client@  pgsql   $sqldriversdir/libparser3pgsql.@dll_extension@  @pgsql_client@
 oracle  $sqldriversdir/libparser3oracle.so      @oracle_client@  oracle  $sqldriversdir/libparser3oracle.@dll_extension@ @oracle_client@
 }]  }]
 ]  ]
   
Line 29  ppt application/powerpoint Line 29  ppt application/powerpoint
 rtf     application/rtf  rtf     application/rtf
 gif     image/gif  gif     image/gif
 jpg     image/jpeg  jpg     image/jpeg
   jpeg    image/jpeg
 png     image/png  png     image/png
 tif     image/tiff  tif     image/tiff
 html    text/html  html    text/html
 htm     text/html  htm     text/html
 txt     text/plain  txt     text/plain
   xml     text/xml
 mts     application/metastream  mts     application/metastream
 mid     audio/midi  mid     audio/midi
 midi    audio/midi  midi    audio/midi
Line 53  $LIMITS[ Line 55  $LIMITS[
         $.post_max_size(10*0x400*0x400)          $.post_max_size(10*0x400*0x400)
 ]         ]       
   
   #$MAIL[
   #       $.sendmail[your sendmail command goes here]
   #       these are tried when no 'sendmail' specified:
   #           /usr/sbin/sendmail -t -i -f postmaster
   #           /usr/lib/sendmail -t -i -f postmaster
   #]
   
 @fatal_error[title;body]  @fatal_error[title;body]
 $response:status(500)  $response:status(500)
 $response:content-type[  $response:content-type[
Line 102  or in debug version of unhandled_excepti Line 111  or in debug version of unhandled_excepti
 @unhandled_exception[exception;stack]  @unhandled_exception[exception;stack]
 ^unhandled_exception_release[$exception;$stack]  ^unhandled_exception_release[$exception;$stack]
   
   
 @auto[]  @auto[]
 #source/client charsets  #source/client charsets
 $request:charset[windows-1251]  $request:charset[windows-1251]

Removed from v.1.3.4.1  
changed lines
  Added in v.1.9


E-mail: