[svn] MSVC doesn't support uint32_t.

This commit is contained in:
hniksic 2003-11-05 07:44:20 -08:00
parent 2d00f882e0
commit 0f411ba0ce
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* configure.in: Remove the broken check for socks.

View File

@ -200,6 +200,6 @@
#define socklen_t int
/* Define if you have uint32_t. */
#define HAVE_UINT32_T
#undef HAVE_UINT32_T
#endif /* CONFIG_H */