From 8f0a1bf3ac3a8148138e991a6ea3edacf72dae84 Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 1 Aug 2007 13:52:54 -0700 Subject: [PATCH] [svn] Also rerun autoheader, for solaris ports changes. --- ChangeLog | 9 +++++++++ include/serno.h | 2 +- include/setup.h.in | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f920254..46dfff6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +jilles 2007/08/01 20:50:54 UTC (20070801-3544) + Log: + Rerun autoconf for version bump, at last. + + + Changes: Modified: + +9 -9 trunk/configure (File Modified) + + jilles 2007/08/01 20:18:12 UTC (20070801-3542) Log: Make highest connection counts a bit more consistent. diff --git a/include/serno.h b/include/serno.h index 6b4405d..869baf4 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070801-3542" +#define SERNO "20070801-3544" diff --git a/include/setup.h.in b/include/setup.h.in index 615f073..ea38d3d 100644 --- a/include/setup.h.in +++ b/include/setup.h.in @@ -90,6 +90,9 @@ /* Define to 1 if you have the `poll' function. */ #undef HAVE_POLL +/* Define to 1 if you have the `port_getn' function. */ +#undef HAVE_PORT_GETN + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT