2318. [port] sunos fixes for libbind. [RT #17514]

This commit is contained in:
Mark Andrews
2008-01-23 02:10:08 +00:00
parent db746aa5ef
commit 61c08ad3b7
6 changed files with 7709 additions and 7735 deletions

View File

@@ -13,7 +13,6 @@
#undef POSIX_GETGRNAM_R
#undef HAVE_MEMMOVE
#undef HAVE_MEMCHR
#undef ISC_PLATFORM_NEEDTIMESPEC
#undef NEED_SETGROUPENT
#undef NEED_GETGROUPLIST

15423
lib/bind/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
AC_REVISION($Revision: 1.128 $)
AC_REVISION($Revision: 1.128.128.1 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
@@ -2675,6 +2675,7 @@ AC_OUTPUT(
port/Makefile
${PORT_DIR}/Makefile
${PORT_INCLUDE}/Makefile
include/isc/platform.h
)
# Tell Emacs to edit this file in shell mode.

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.6 2007/06/19 23:47:13 tbox Exp $
# $Id: Makefile.in,v 1.6.128.1 2008/01/23 02:08:11 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -24,7 +24,7 @@ HEADERS=fd_setsize.h hesiod.h irp.h irs.h netdb.h netgroup.h res_update.h \
AHEADERS= arpa/inet.h arpa/nameser.h arpa/nameser_compat.h
IHEADERS= isc/assertions.h isc/ctl.h isc/dst.h isc/eventlib.h isc/heap.h \
isc/irpmarshall.h isc/list.h isc/logging.h isc/memcluster.h \
isc/misc.h isc/tree.h
isc/misc.h isc/tree.h isc/platform.h.in
all:

View File

@@ -18,7 +18,7 @@
/* eventlib.h - exported interfaces for eventlib
* vix 09sep95 [initial]
*
* $Id: eventlib.h,v 1.5 2005/07/28 06:51:47 marka Exp $
* $Id: eventlib.h,v 1.5.574.1 2008/01/23 02:08:11 marka Exp $
*/
#ifndef _EVENTLIB_H
@@ -29,6 +29,8 @@
#include <sys/time.h>
#include <stdio.h>
#include <isc/platform.h>
#ifndef __P
# define __EVENTLIB_P_DEFINED
# ifdef __STDC__

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: port_after.h.in,v 1.53 2007/06/18 23:47:34 tbox Exp $ */
/* $Id: port_after.h.in,v 1.53.128.1 2008/01/23 02:08:11 marka Exp $ */
#ifndef port_after_h
#define port_after_h
@@ -55,6 +55,13 @@
@USE_IFNAMELINKID@
@PORT_NONBLOCK@
#ifndef _POSIX_PATH_MAX
#define _POSIX_PATH_MAX 255
#endif
#ifndef PATH_MAX
#define PATH_MAX _POSIX_PATH_MAX
#endif
/*
* We need to know the IPv6 address family number even on IPv4-only systems.
* Note that this is NOT a protocol constant, and that if the system has its