This is the next-generation TIGCC pstarter. I wanted to get rid of all the #ifdef
mess in ttstart, instead concentrating on a launcher explicitly optimized for use
as an automatic TIGCC decompressor. There are 3 supported decompresssion
routines:
* ttunpack-small
* ttunpack-fast
* LZMA
* Shrink92

    TIGCC Program Starter
    Copyright (C) 2004-2005 Kevin Kofler

    This launcher is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    As a special exception, UNMODIFIED copies of this launcher may also be
    redistributed or sold without source code, for any purpose, as long as
    such redistribution or selling is allowed by the license of the chosen
    decompression routine. (The Lesser General Public License restrictions
    do apply in other respects; for example, they cover modification of
    the launcher. Licensing restrictions of the chosen decompression routine
    also apply.) Merely replacing "tempprog" with the name of your program
    shall not be considered a modification for the purposes of this
    paragraph. This exception notice must be removed on modified copies of
    this launcher.

    This launcher is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
