#ifndef _JSOC_H #define _JSOC_H // we only support C99 or above #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "jsoc_version.h" //#include "xmem.h" /* Prevent user from directly including png.h. User should #include "mypng.h" */ #define PNG_H #define PNGCONF_H #else #error C implemetations older than C99 are not supported! #endif // __STDC_VERSION__ #endif // _JSOC_H