The R Project SVN R

Rev

Rev 52104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52104 Rev 52106
Line 52... Line 52...
52
#endif
52
#endif
53
#else /* not NLS */
53
#else /* not NLS */
54
#define _(String) (String)
54
#define _(String) (String)
55
#endif
55
#endif
56
 
56
 
-
 
57
extern void R_ProcessEvents(void);
57
#if !defined(Unix) || defined(HAVE_BSD_NETWORKING)
58
#if !defined(Unix) || defined(HAVE_BSD_NETWORKING)
58
 
59
 
59
#ifdef Win32
60
#ifdef Win32
60
#include <io.h>
61
#include <io.h>
61
#include <winsock2.h>
62
#include <winsock2.h>
62
#define EWOULDBLOCK             WSAEWOULDBLOCK
63
#define EWOULDBLOCK             WSAEWOULDBLOCK
63
#define EINPROGRESS             WSAEINPROGRESS
64
#define EINPROGRESS             WSAEINPROGRESS
64
#define EALREADY                WSAEALREADY
65
#define EALREADY                WSAEALREADY
65
#define _WINSOCKAPI_
66
#define _WINSOCKAPI_
66
extern void R_ProcessEvents(void);
-
 
67
extern void R_FlushConsole(void);
67
extern void R_FlushConsole(void);
68
#define R_SelectEx(n,rfd,wrd,efd,tv,ih) select(n,rfd,wrd,efd,tv)
68
#define R_SelectEx(n,rfd,wrd,efd,tv,ih) select(n,rfd,wrd,efd,tv)
69
#endif
69
#endif
70
 
70
 
71
#include <R_ext/R-ftp-http.h>
71
#include <R_ext/R-ftp-http.h>