cleanup
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Apr 2004 17:13:40 +0000 (17:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 27 Apr 2004 17:13:40 +0000 (17:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx_xcode.h

index dbbd1ccc20fdc6b61101858a87773e36122e9391..8d5f1bc393fb827989b48464c238d7c0c8f7cd94 100644 (file)
@@ -20,7 +20,7 @@
 #define HAVE_FNMATCH 1
 #define HAVE_FNMATCH_H 1
 #define HAVE_GETTIMEOFDAY 1
-#define HAVE_ICONV 0
+#define HAVE_ICONV 1
 #define HAVE_INET_ADDR 1
 #define HAVE_INET_ADDR 1
 #define HAVE_INET_ATON 1
 #define wxSIZE_T_IS_ULONG 1
 #define wxTYPE_SA_HANDLER int
 
+// end from config.log confdefs
+
 #define WX_PRECOMP 1
 
-/*
- the official precomp does not work yet
- */
 #ifdef WX_PRECOMP
 #include "wx/wxprec.h"
-#else
-/*
- we try as good as we can
- */
-#include "wx/defs.h"
-#include "wx/wxchar.h"
-
-#include "wx/buffer.h"
-/*
-#include "wx/object.h"
-#include "wx/dynarray.h"
-#include "wx/list.h"
-#include "wx/hash.h"
-#include "wx/string.h"
-#include "wx/intl.h"
-#include "wx/log.h"
-#include "wx/event.h"
-#include "wx/app.h"
-#include "wx/utils.h"
-#include "wx/stream.h"
- */
 #endif