From fef6699f9500dbf2d2c88f45ba7d41b866c7d252 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Wed, 14 Dec 2005 03:03:09 +0000 Subject: [PATCH] Regenerate files derived from configure.in (revision 1.34.2.1). 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 | 5 ++++- configure | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index fbfebc6..7c2c789 100644 --- a/config.h.in +++ b/config.h.in @@ -109,6 +109,9 @@ /* Enable IPv6 support */ #undef IPV6 +/* Define if building on Solaris */ +#undef IRCU_SOLARIS + /* Path to debugging log file */ #undef LPATH @@ -213,7 +216,7 @@ /* Define to `unsigned' if does not define. */ #undef size_t -/* Define to `unsigned int' if does not define. */ +/* type to use in place of socklen_t if not defined */ #undef socklen_t /* Define to `int' if doesn't define. */ diff --git a/configure b/configure index 150fa76..e074b31 100755 --- 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*) -- 2.20.1