Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

jconfig.h

00001 //
00002 // Copyright (c) 2002 by Tech Soft America, LLC.
00003 // The information contained herein is confidential and proprietary to
00004 // Tech Soft America, LLC., and considered a trade secret as defined under
00005 // civil and criminal statutes.  Tech Soft America shall pursue its civil
00006 // and criminal remedies in the event of unauthorized use or misappropriation
00007 // of its trade secrets.  Use of this information by anyone other than
00008 // authorized employees of Tech Soft America, LLC. is granted only under a
00009 // written non-disclosure agreement, expressly prescribing the scope and
00010 // manner of such use.
00011 //
00012 // $Header: /NewRoot/DWF Toolkit/v6/develop/global/src/dwf/w3dtk/jpeg/jconfig.h 1     9/12/04 8:49p Evansg $
00013 //
00014 // This file contains the required functions and lookup tables to implement the
00015 // some of the compression algorithms.  The algorithm is so named because it
00016 // is based on quantization to a set of vectors that were the output of a point
00017 // repulsion simulation.
00018 //
00019 
00020 #ifdef _MSC_VER
00021 #       include "jconfig.vc"
00022 #else
00023 #   ifdef __VMS
00024 #       include "jconfig.vms"
00025 #   else
00026 /*
00027  * Note: our normal Unix builds will run "configure" and overwrite
00028  * this file, so this section shouldn't normally get used...
00029 */
00030 #       ifdef _AIX
00031 #           include "jconfig.aix"
00032 #       endif
00033 #       ifdef __hpux
00034 #           include "jconfig.hpux"
00035 #       endif
00036 #       ifdef __sgi
00037 #           include "jconfig.irix"
00038 #       endif
00039 #       ifdef __sparc
00040 #           include "jconfig.solaris"
00041 #       endif
00042 
00043 #   endif
00044 #endif

Generated on Tue May 17 12:06:00 2005 for Autodesk DWF 3D Toolkit by  doxygen 1.4.1