diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/pTk/port.h')
-rwxr-xr-x | Master/tlpkg/tlperl/lib/Tk/pTk/port.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/pTk/port.h b/Master/tlpkg/tlperl/lib/Tk/pTk/port.h new file mode 100755 index 00000000000..7a66a7c2751 --- /dev/null +++ b/Master/tlpkg/tlperl/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 |