jconfig.h

Go to the documentation of this file.
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: //DWF/Working_Area/Willie.Zhu/w3dtk/jpeg/jconfig.h#1 $
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 
00023 
00024 #ifdef _MSC_VER
00025 #   include "jconfig.vc"
00026 #endif
00027 
00028 #   ifdef __VMS
00029 #   include "jconfig.vms"
00030 #endif
00031 
00032 #ifdef __APPLE_CC__
00033 #   include "jconfig.osx"
00034 #endif
00035 /*
00036  * Note: our normal Unix builds will run "configure" and overwrite
00037  * this file, so this section shouldn't normally get used...
00038 */
00039 #       ifdef _AIX
00040 #       include "jconfig.aix"
00041 #       endif
00042 #       ifdef __hpux
00043 #       include "jconfig.hpux"
00044 #       endif
00045 #       ifdef __sgi
00046 #       include "jconfig.irix"
00047 #       endif
00048 #       ifdef __sparc
00049 #       include "jconfig.solaris"
00050 #       endif
00051 

Generated on Tue Jan 6 22:41:37 2009 for Autodesk DWF 3D Toolkit by  doxygen 1.4.5