2004.07.13 08:17 "[Tiff] the "config.h.vc" file", by Yanjianfeng

2004.07.13 15:41 "Re: [Tiff] the "config.h.vc" file", by Andrey Kiselev

I downloaded the tiff-3.7.0alpha.

I failed in building the tifflib under windows systems. In the "makefile.vc", it needs to do "copy config.h.vc config.h". But i cannot find the "config.h.vc" file.

where can i get the "config.h.vc",If you have, please send it to me or give me a link to download it.

config.h.vc missed from the distribution archive, bu it was fixed in the CVS. I have attached the file to this message. You should place it in the libtiff directory, where the config.h.in file located.

Andrey

Andrey V. Kiselev
Home phone: +7 812 5274898 ICQ# 26871517

/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1

/* Define as 0 or 1 according to the floating point format suported by the
   machine */
#define HAVE_IEEEFP 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <io.h> header file. */
#define HAVE_IO_H 1

/* The size of a `int', as computed by sizeof. */
#define SIZEOF_INT 4

/* The size of a `long', as computed by sizeof. */
#define SIZEOF_LONG 4

/* Redefine functions from the <io.h> as normal ones */
#define lseek _lseek
#define open _open
#define close _close
#define read _read

/* Set the native cpu bit order */
#define HOST_FILLORDER FILLORDER_LSB2MSB

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#define inline __inline
#endif