1234567891011121314151617181920212223 |
- --- lynx2-8-7.orig/src/chrtrans/makeuctb.c 2009-02-02 02:41:02.000000000 +0100
- +++ lynx2-8-7/src/chrtrans/makeuctb.c 2010-05-29 12:55:33.031250000 +0200
- @@ -18,6 +18,7 @@
- * version 2, or at your option any later version.
- */
-
- +
- #ifndef HAVE_CONFIG_H
- /* override HTUtils.h fallbacks for cross-compiling */
- #undef HAVE_LSTAT
- @@ -28,10 +29,12 @@
-
- #define DONT_USE_GETTEXT
- #define DONT_USE_SOCKS5
- +#define DONT_USE_SSL
- #include <UCDefs.h>
- #include <UCkd.h>
- #include <LYUtils.h>
-
- +
- /*
- * Don't try to use LYexit() since this is a standalone file.
- */
|