mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Missed an updated file: lib/stdlib.h
This commit is contained in:
parent
051528cb85
commit
c27af259f0
15
lib/stdlib.h
15
lib/stdlib.h
@ -205,6 +205,21 @@ extern int putenv (char *string);
|
|||||||
#endif
|
#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 0
|
||||||
# if !1
|
# if !1
|
||||||
/* Set NAME to VALUE in the environment.
|
/* Set NAME to VALUE in the environment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user