home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / port.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-01  |  717 b   |  33 lines

  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
  11. extern "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>
  22. typedef 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
  33.