- implemented support for https protocol
- fixes to the http protocol

diff --git a/include/config.h.in b/include/config.h.in
index f9d8135..9adc1a0 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -371,6 +371,9 @@
 /* Define if OpenGL is present on the system */
 #undef HAVE_OPENGL
 
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+#undef HAVE_OPENSSL_SSL_H
+
 /* Define if you have the Open Sound system */
 #undef HAVE_OSS
 
@@ -761,6 +764,9 @@
 /* The size of a `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
+/* Define to the soname of the libcrypto library. */
+#undef SONAME_LIBCRYPTO
+
 /* Define to the soname of the libcups library. */
 #undef SONAME_LIBCUPS
 
@@ -773,6 +779,9 @@
 /* Define to the soname of the libjack library. */
 #undef SONAME_LIBJACK
 
+/* Define to the soname of the libssl library. */
+#undef SONAME_LIBSSL
+
 /* Define to the soname of the libX11 library. */
 #undef SONAME_LIBX11