From 99f69f2ea1942229789c8007d27991601352ffe6 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Sat, 2 Oct 2004 13:31:30 +0000 Subject: Added check for assert.h header. --- libtiff/tif_config.h.in | 3 +++ libtiff/tif_config.h.vc | 3 +++ libtiff/tiffiop.h | 6 +++++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libtiff/tif_config.h.in b/libtiff/tif_config.h.in index 28a36fd0..c07cadb9 100644 --- a/libtiff/tif_config.h.in +++ b/libtiff/tif_config.h.in @@ -15,6 +15,9 @@ /* Use the Apple OpenGL framework. */ #undef HAVE_APPLE_OPENGL_FRAMEWORK +/* Define to 1 if you have the header file. */ +#undef HAVE_ASSERT_H + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H diff --git a/libtiff/tif_config.h.vc b/libtiff/tif_config.h.vc index f89abace..296ffcf8 100644 --- a/libtiff/tif_config.h.vc +++ b/libtiff/tif_config.h.vc @@ -1,3 +1,6 @@ +/* Define to 1 if you have the header file. */ +#define HAVE_ASSERT_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h index 2cf02d00..5ec2870a 100644 --- a/libtiff/tiffiop.h +++ b/libtiff/tiffiop.h @@ -1,4 +1,4 @@ -/* $Id: tiffiop.h,v 1.27 2004-09-24 08:10:18 dron Exp $ */ +/* $Id: tiffiop.h,v 1.28 2004-10-02 13:31:30 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -44,6 +44,10 @@ # include #endif +#if HAVE_ASSERT_H +# include +#endif + #include "tiffio.h" #include "tif_dir.h" -- cgit v1.2.1