Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257705 | Differences between
and this patch

Collapse All | Expand All

(-)lynx2-8-6/src/UCdomap.h.old (+12 lines)
Lines 172-177 Link Here
172
       0, 128,UCT_ENC_UTF8,-4)
172
       0, 128,UCT_ENC_UTF8,-4)
173
#endif
173
#endif
174
174
175
#ifndef NO_CHARSET_windows_1250
176
#define NO_CHARSET_windows_1250 !ALL_CHARSETS
177
#endif
178
179
#if NO_CHARSET_windows_1250
180
#define UC_CHARSET_SETUP_windows_1250	/* nothing */
181
#else
182
/* Is this right ??? */
183
#define UC_CHARSET_SETUP_x_transparent UC_Charset_NoUctb_Setup("windows-1250","windows-1250",\
184
       0, 128,UCT_ENC_8BIT,0)
185
#endif
186
175
#ifdef __cplusplus
187
#ifdef __cplusplus
176
}
188
}
177
#endif
189
#endif
(-)lynx2-8-6/WWW/Library/Implementation/www_tcp.h.old (-1 / +1 lines)
Lines 94-100 Link Here
94
# endif
94
# endif
95
#endif /* HAVE_DIRENT_H */
95
#endif /* HAVE_DIRENT_H */
96
96
97
#if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__))
97
#if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__) || defined(__MINT__))
98
#define STRUCT_DIRENT__D_INO 1
98
#define STRUCT_DIRENT__D_INO 1
99
#endif
99
#endif
100
100

Return to bug 257705