mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use mkdir module from gnulib.
This commit is contained in:
parent
df0f9c0ce7
commit
a50931df8c
@ -1,3 +1,7 @@
|
||||
2011-04-19 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* bootstrap.conf (gnulib_modules): Add `mkdir'.
|
||||
|
||||
2011-04-19 Ray Satiro <raysatiro@yahoo.com>
|
||||
|
||||
* configure.ac: Adjust indentation.
|
||||
|
@ -44,6 +44,7 @@ iconv-h
|
||||
listen
|
||||
maintainer-makefile
|
||||
mbtowc
|
||||
mkdir
|
||||
crypto/md5
|
||||
pipe
|
||||
quote
|
||||
|
@ -1,3 +1,8 @@
|
||||
2011-04-19 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* mswindows.h: Do not include <direct.h>. Remove macro definition for
|
||||
mkdir.
|
||||
|
||||
2011-04-18 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* utils.c: Include <sys/time.h>. Do not include <sys/utime.h>.
|
||||
|
@ -108,10 +108,6 @@ typedef __int64 wgint;
|
||||
|
||||
#define PATH_SEPARATOR '\\'
|
||||
|
||||
/* Win32 doesn't support the MODE argument to mkdir. */
|
||||
#include <direct.h>
|
||||
#define mkdir(a, b) (mkdir) (a)
|
||||
|
||||
/* Additional declarations needed for IPv6: */
|
||||
#ifdef ENABLE_IPV6
|
||||
const char *inet_ntop (int, const void *, char *, socklen_t);
|
||||
|
Loading…
Reference in New Issue
Block a user