mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Comment fix.
This commit is contained in:
parent
6ea7e4fd23
commit
b1e09c679f
@ -43,9 +43,9 @@ so, delete this exception statement from your version. */
|
||||
#include "wget.h"
|
||||
|
||||
/* Some systems lack certain functions normally taken for granted.
|
||||
For example, Windows doesn't have strptime, and some systems lack
|
||||
strcasecmp and strncasecmp. This file should contain fallback
|
||||
implementations of the missing functions. It should *not* define
|
||||
For example, Windows doesn't have strptime, and some systems don't
|
||||
have a usable fnmatch. This file should contain fallback
|
||||
implementations of such missing functions. It should *not* define
|
||||
new Wget-specific interfaces -- those should be placed in utils.c
|
||||
or elsewhere. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user