IFF support off by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Jan 2002 16:44:12 +0000 (16:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Jan 2002 16:44:12 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
include/wx/mac/setup0.h
include/wx/os2/setup0.h

index ea8e9edd34f3d4dafcb85a41c9e7166326f62fed..f8ad768655f3895de055fc4475021029c832e41a 100755 (executable)
--- 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
index b39203473ba0f0ed9d2c17a09a7f897f64bd0dfe..b58eff017debf825e84e1d055f28a4c19b3bb453 100644 (file)
@@ -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
index 1221abbd194fb6f6a1a55886f7c31787a0b44932..162182e9f7d5e545291fcdbe7eaaa193e4e92339 100644 (file)
 #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
index 12795aec32615a51c4192e7a2c63794b8951618e..502d48dac5130392ea15f1dbb4328c0d11458c3b 100644 (file)
                                   // 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