From 6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 14:49:57 +0300 Subject: Move to gawk-3.1.6. --- replace.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'replace.c') diff --git a/replace.c b/replace.c index f43f9c35..8a5e689b 100644 --- a/replace.c +++ b/replace.c @@ -55,7 +55,7 @@ #include "missing_d/strchr.c" #endif /* HAVE_STRCHR */ -#if !defined(HAVE_STRTOD) || defined(STRTOD_NOT_C89) +#if !defined(HAVE_STRTOD) #include "missing_d/strtod.c" #endif /* HAVE_STRTOD */ @@ -78,3 +78,11 @@ #undef DEBUG #include "missing_d/mktime.c" #endif /* HAVE_MKTIME */ + +#ifndef HAVE_SNPRINTF +#include "missing_d/snprintf.c" +#endif + +#if defined(HAVE_SOCKETS) && ! defined(HAVE_GETADDRINFO) +#include "missing_d/getaddrinfo.c" +#endif -- cgit v1.2.3