summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit56f1b66a4b20a7f85865c852dd46df5e4635a9d6 (patch)
tree93693412a6d49782f7bf07ac44fba0b6d15575e8 /config.h
parent1bc4596b116b3c829824c8b929ce48f864ca4a3c (diff)
downloadandroid_external_giflib-56f1b66a4b20a7f85865c852dd46df5e4635a9d6.tar.gz
android_external_giflib-56f1b66a4b20a7f85865c852dd46df5e4635a9d6.tar.bz2
android_external_giflib-56f1b66a4b20a7f85865c852dd46df5e4635a9d6.zip
Initial Contribution
Diffstat (limited to 'config.h')
-rw-r--r--config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..3193a1b
--- /dev/null
+++ b/config.h
@@ -0,0 +1,13 @@
+
+// giflib config.h
+
+#ifndef GIF_CONFIG_H_DEFINED
+#define GIF_CONFIG_H_DEFINED
+
+#include <sys/types.h>
+#include <stdint.h>
+#include <fcntl.h>
+
+typedef uint32_t UINT32;
+
+#endif