You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
543 B

Index: config_f.h
--- config_f.h.orig 2006-08-28 16:53:04 +0200
+++ config_f.h 2007-03-04 11:17:31 +0100
@@ -51,7 +51,7 @@
* Allows proper function in multibyte encodings like UTF-8
*/
#if defined (SHORT_STRINGS) && defined (NLS) && SIZEOF_WCHAR_T >= 4 && defined (HAVE_MBRTOWC) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX)
-# define WIDE_STRINGS
+# undef WIDE_STRINGS
#endif
/*
@@ -62,7 +62,7 @@
* to define this.
*/
#if defined (NLS) && defined (HAVE_CATGETS)
-# define NLS_CATALOGS
+# undef NLS_CATALOGS
#endif
/*