00001 #ifndef _JSOC_H
00002 #define _JSOC_H
00003
00004
00005 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
00006
00007 #include <alloca.h>
00008 #include <assert.h>
00009 #include <complex.h>
00010 #include <ctype.h>
00011 #include <errno.h>
00012 #include <fcntl.h>
00013 #include <float.h>
00014 #include <limits.h>
00015 #include <math.h>
00016 #include <signal.h>
00017 #include <stdarg.h>
00018 #include <stdbool.h>
00019 #include <stddef.h>
00020 #include <stdint.h>
00021 #include <stdio.h>
00022 #include <stdlib.h>
00023 #include <string.h>
00024 #include <strings.h>
00025 #include <sys/times.h>
00026 #include <sys/types.h>
00027 #include <sys/stat.h>
00028 #include <time.h>
00029 #include <unistd.h>
00030 #include <semaphore.h>
00031 #include "jsoc_version.h"
00032
00033
00034
00035 #define PNG_H
00036 #define PNGCONF_H
00037
00038 #else
00039
00040 #error C implemetations older than C99 are not supported!
00041
00042 #endif // __STDC_VERSION__
00043
00044 #endif // _JSOC_H