summaryrefslogtreecommitdiff
path: root/src/platform.hpp.in
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-22 15:12:51 +0200
committermalosek <malosek@fastmq.com>2009-09-22 15:12:51 +0200
commit85cbd7f83c10c70da8fa44fe7673143703f9710d (patch)
tree4552f0e9d0258c9b5f39e25ca7c8a607d7f28497 /src/platform.hpp.in
parent3bd8f83f6d412221e4673ceb90b8ca7fa74ff2f1 (diff)
added PGM bus functionality
Diffstat (limited to 'src/platform.hpp.in')
-rw-r--r--src/platform.hpp.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/platform.hpp.in b/src/platform.hpp.in
index 8e345fc..e6bb10c 100644
--- a/src/platform.hpp.in
+++ b/src/platform.hpp.in
@@ -36,6 +36,9 @@
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
+/* Define to 1 if you have the `ssl' library (-lssl). */
+#undef HAVE_LIBSSL
+
/* Define to 1 if you have the `stdc++' library (-lstdc++). */
#undef HAVE_LIBSTDC__
@@ -61,6 +64,9 @@
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
+/* Define to 1 if you have the <openssl/md5.h> header file. */
+#undef HAVE_OPENSSL_MD5_H
+
/* Define to 1 if you have the `perror' function. */
#undef HAVE_PERROR