1 2 // giflib config.h 3 4 #ifndef GIF_CONFIG_H_DEFINED 5 #define GIF_CONFIG_H_DEFINED 6 7 #include <sys/types.h> 8 #include <stdint.h> 9 #include <fcntl.h> 10 11 typedef uint32_t UINT32; 12 13 #endif 14