summaryrefslogtreecommitdiff
path: root/libtiff/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/port.h')
-rw-r--r--libtiff/port.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/libtiff/port.h b/libtiff/port.h
new file mode 100644
index 00000000..f1b841e3
--- /dev/null
+++ b/libtiff/port.h
@@ -0,0 +1,32 @@
+/*
+ * Warning, this file was automatically created by the TIFF configure script
+ * VERSION: v3.4beta037
+ * DATE: Wed Feb 3 19:53:27 EST 1999
+ * TARGET: i586-unknown-linux
+ * CCOMPILER: /usr/bin/gcc-2.7.2.3
+ */
+#ifndef _PORT_
+#define _PORT_ 1
+#ifdef __cplusplus
+extern "C" {
+#endif
+#include <sys/types.h>
+#define HOST_FILLORDER FILLORDER_LSB2MSB
+#define HOST_BIGENDIAN 0
+#define HAVE_MMAP 1
+#include <stdio.h>
+#include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
+#include <fcntl.h>
+typedef double dblparam_t;
+#ifdef __STRICT_ANSI__
+#define INLINE __inline__
+#else
+#define INLINE inline
+#endif
+#define GLOBALDATA(TYPE,NAME) extern TYPE NAME
+#ifdef __cplusplus
+}
+#endif
+#endif