Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / port.h
CommitLineData
86530b38
AT
1/*
2 * Warning, this file was automatically created by the TIFF configure script
3 * VERSION: v3.5.5
4 * DATE: Sun Jul 16 20:21:17 MET DST 2000
5 * TARGET: i386-unknown-linux
6 * CCOMPILER: /usr/bin/gcc-2.7.2.1
7 */
8#ifndef _PORT_
9#define _PORT_ 1
10#ifdef __cplusplus
11extern "C" {
12#endif
13#include <sys/types.h>
14#define HOST_FILLORDER FILLORDER_LSB2MSB
15#define HOST_BIGENDIAN 0
16#define HAVE_MMAP 1
17#include <stdio.h>
18#include <unistd.h>
19#include <string.h>
20#include <stdlib.h>
21#include <fcntl.h>
22typedef double dblparam_t;
23#ifdef __STRICT_ANSI__
24#define INLINE __inline__
25#else
26#define INLINE inline
27#endif
28#define GLOBALDATA(TYPE,NAME) extern TYPE NAME
29#ifdef __cplusplus
30}
31#endif
32#endif