added basic ssl support to ircu
[ircu2.10.12-pk.git] / config.h.in
index cde665289079bb91c8168819fbb8cec58d1469f7..7c2c7892b271a6a77a8521831e6033cb86c4b419 100644 (file)
@@ -79,6 +79,9 @@
 /* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_H
 
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H
 
 /* Enable IPv6 support */
 #undef IPV6
 
+/* Define if building on Solaris */
+#undef IRCU_SOLARIS
+
 /* Path to debugging log file */
 #undef LPATH
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
 
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* type to use in place of socklen_t if not defined */
 #undef socklen_t
 
 /* Define to `int' if <sys/types.h> doesn't define. */