patch-src_chrtrans_makeuctb_c 565 B

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