comparison src/config.h.in @ 5814:a216b3c2b09e

Add TLS support. See xemacs-patches message with ID <CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 07 Oct 2014 21:16:10 -0600
parents a2912073be85
children 69f9e31c9ccf
comparison
equal deleted inserted replaced
5813:36dddf9d90d1 5814:a216b3c2b09e
497 #undef IPV6_CANONICALIZE 497 #undef IPV6_CANONICALIZE
498 498
499 /* Compile in support for SOCKS? */ 499 /* Compile in support for SOCKS? */
500 #undef HAVE_SOCKS 500 #undef HAVE_SOCKS
501 501
502 /* Compile in support for TLS */
503 #undef WITH_TLS
504 #undef HAVE_NSS
505 #undef HAVE_GNUTLS
506 #undef HAVE_GNUTLS_CERTIFICATE_VERIFICATION_STATUS_PRINT
507 #undef HAVE_GNUTLS_CERTIFICATE_VERIFY_PEERS3
508 #undef HAVE_OPENSSL
509 #undef HAVE_X509_CHECK_HOST
510
502 /* Compile in support for X pixmaps via the `xpm' library? */ 511 /* Compile in support for X pixmaps via the `xpm' library? */
503 #undef HAVE_XPM 512 #undef HAVE_XPM
504 #undef FOR_MSW 513 #undef FOR_MSW
505 514
506 /* Compile in support for "X faces" via the `compface' library? 515 /* Compile in support for "X faces" via the `compface' library?