Regenerate files derived from configure.in (revision 1.34.2.1).
authorMichael Poole <mdpoole@troilus.org>
Wed, 14 Dec 2005 03:03:09 +0000 (03:03 +0000)
committerMichael Poole <mdpoole@troilus.org>
Wed, 14 Dec 2005 03:03:09 +0000 (03:03 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1578 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

config.h.in
configure

index fbfebc6c89ef32c9ceff7bc81ad9ad46af6bb4c9..7c2c7892b271a6a77a8521831e6033cb86c4b419 100644 (file)
 /* 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. */
index 150fa76a0524741adcba28ac8adc984c17a8ce23..e074b316bcbbaae5ff227a587f82aa8834c43924 100755 (executable)
--- a/configure
+++ b/configure
@@ -9814,6 +9814,11 @@ echo "${ECHO_T}Solaris ($host) found." >&6
        else
            unet_poll_syscall=no
        fi
+
+cat >>confdefs.h <<\_ACEOF
+#define IRCU_SOLARIS 1
+_ACEOF
+
        ;;
 
     *-sunos*)