From 08db6d83a9966ce185c2d08a86500e57d5527035 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 4 Jun 2004 10:25:58 +0000 Subject: [PATCH] tiffcomp.h removed. --- libtiff/tiffiop.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h index c8c5608b..3087b93f 100644 --- a/libtiff/tiffiop.h +++ b/libtiff/tiffiop.h @@ -1,4 +1,4 @@ -/* $Id: tiffiop.h,v 1.15 2004-04-20 14:25:21 dron Exp $ */ +/* $Id: tiffiop.h,v 1.16 2004-06-04 10:25:58 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -30,14 +30,8 @@ * ``Library-private'' definitions. */ -/* - * UNIX systems should run the configure script to generate - * a port.h file that reflects the system capabilities. - * Doing this obviates all the dreck done in tiffcomp.h. - */ #if defined(_MSC_VER) # include "config.h.vc" -# include "tiffcomp.h" #else # include "config.h" #endif