summaryrefslogtreecommitdiff
path: root/libtiff/port.h
diff options
context:
space:
mode:
authorMike Welles <mike@onshore.com>1999-02-03 19:53:27 +0000
committerRoger Leigh <rleigh@codelibre.net>2022-06-22 23:26:58 +0100
commite02edb7044253c49f0a866ff469ae7f3097dc129 (patch)
tree074fef49e6b1e1a39aa977f31a81521c3589b25d /libtiff/port.h
parent0db24a4dc6b63cb897d1179d5e0a639707ab6868 (diff)
downloadlibtiff-git-tiff-3.4-iptc.tar.gz
v3.4beta037iptc releasev3.4beta037iptctiff-3.4-iptc
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