This is plug-ins.h in view mode; [Download] [Up]
/* Plug-in include declaractions. */ #if defined(HasDPS) #include <DPS/dpsXclient.h> #include <DPS/dpsXpreview.h> #endif #if defined(HasJBIG) #include "jbig.h" #endif #if defined(HasJPEG) #if !defined(HasPNG) #include <setjmp.h> #endif #include "jpeglib.h" #include "jerror.h" #endif #if defined(HasMPEG) #undef BitmapPad #include "mpeg.h" #endif #if defined(HasPNG) #include "png.h" #endif #if defined(HasTIFF) #include "tiffio.h" #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.