summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-05 22:27:26 +0000
committerKarl Berry <karl@freefriends.org>2016-04-05 22:27:26 +0000
commitb56b320b5e2515160073fa1b469514002688fe11 (patch)
tree965a7100c5e45fca8ec803d22b8b6ce14fca4633 /Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h
parentd26c206452d2e285c3bbf949f34011e4a55fd8f9 (diff)
tlperl 5.22.1 from siep
git-svn-id: svn://tug.org/texlive/trunk@40252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h')
-rw-r--r--Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h b/Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h
new file mode 100644
index 00000000000..b4b697990e9
--- /dev/null
+++ b/Master/tlpkg/tlperl/site/lib/Tk/pTk/port.h
@@ -0,0 +1,32 @@
+/*
+ * Warning, this file was automatically created by the TIFF configure script
+ * VERSION: v3.5.5
+ * DATE: Sun Jul 16 20:21:17 MET DST 2000
+ * TARGET: i386-unknown-linux
+ * CCOMPILER: /usr/bin/gcc-2.7.2.1
+ */
+#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