From cc0e848087f02b661497e12de6e73781e00eab75 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Jan 2002 16:44:12 +0000 Subject: [PATCH] IFF support off by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- include/wx/mac/setup0.h | 2 +- include/wx/os2/setup0.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index ea8e9edd34..f8ad768655 100755 --- a/configure +++ b/configure @@ -1775,7 +1775,7 @@ else DEFAULT_wxUSE_IMAGE=yes DEFAULT_wxUSE_GIF=yes DEFAULT_wxUSE_PCX=yes - DEFAULT_wxUSE_IFF=yes + DEFAULT_wxUSE_IFF=no DEFAULT_wxUSE_PNM=yes DEFAULT_wxUSE_XPM=yes DEFAULT_wxUSE_ICO_CUR=yes diff --git a/configure.in b/configure.in index b39203473b..b58eff017d 100644 --- a/configure.in +++ b/configure.in @@ -984,7 +984,7 @@ else DEFAULT_wxUSE_IMAGE=yes DEFAULT_wxUSE_GIF=yes DEFAULT_wxUSE_PCX=yes - DEFAULT_wxUSE_IFF=yes + DEFAULT_wxUSE_IFF=no DEFAULT_wxUSE_PNM=yes DEFAULT_wxUSE_XPM=yes DEFAULT_wxUSE_ICO_CUR=yes diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 1221abbd19..162182e9f7 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -867,7 +867,7 @@ #define wxUSE_PCX 1 // Set to 1 for IFF format support -#define wxUSE_IFF 1 +#define wxUSE_IFF 0 // Set to 1 for XPM format support #define wxUSE_XPM 1 diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 12795aec32..502d48dac5 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -247,7 +247,7 @@ // Set to 1 for PNM format support #define wxUSE_PCX 1 // Set to 1 for PCX format support -#define wxUSE_IFF 1 +#define wxUSE_IFF 0 // Set to 1 for IFF format support #define wxUSE_XPM 1 // Set to 1 for XPM format support -- 2.45.2