From: Micah Cowan Date: Fri, 16 May 2008 04:14:58 +0000 (-0700) Subject: Missed an updated file: lib/stdlib.h X-Git-Tag: v1.13~421^2~12^2~25 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c27af259f071003401ee0871f9ea7020632a1961 Missed an updated file: lib/stdlib.h --- diff --git a/lib/stdlib.h b/lib/stdlib.h index fe09be79..c4240d32 100644 --- a/lib/stdlib.h +++ b/lib/stdlib.h @@ -205,6 +205,21 @@ extern int putenv (char *string); #endif +#if 0 +# if !1 +/* Test a user response to a question. + Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ +extern int rpmatch (const char *response); +# endif +#elif defined GNULIB_POSIXCHECK +# undef rpmatch +# define rpmatch(r) \ + (GL_LINK_WARNING ("rpmatch is unportable - " \ + "use gnulib module rpmatch for portability"), \ + rpmatch (r)) +#endif + + #if 0 # if !1 /* Set NAME to VALUE in the environment.