mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] MSVC doesn't support uint32_t.
This commit is contained in:
parent
2d00f882e0
commit
0f411ba0ce
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* windows/config.h.ms: MSVC doesn't have uint32_t.
|
||||||
|
|
||||||
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Remove the broken check for socks.
|
* configure.in: Remove the broken check for socks.
|
||||||
|
@ -200,6 +200,6 @@
|
|||||||
#define socklen_t int
|
#define socklen_t int
|
||||||
|
|
||||||
/* Define if you have uint32_t. */
|
/* Define if you have uint32_t. */
|
||||||
#define HAVE_UINT32_T
|
#undef HAVE_UINT32_T
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user