The R Project SVN R

Rev

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

Rev 42409 Rev 42535
Line 19... Line 19...
19
 
19
 
20
#ifndef R_EXT_EVENTLOOP_H
20
#ifndef R_EXT_EVENTLOOP_H
21
#define R_EXT_EVENTLOOP_H
21
#define R_EXT_EVENTLOOP_H
22
 
22
 
23
#ifndef NO_C_HEADERS
23
#ifndef NO_C_HEADERS
-
 
24
#ifdef HAVE_SYS_SELECT_H
-
 
25
# include <sys/select.h>	/* for fd_set according to recent POSIX */
-
 
26
#endif
24
/* NOTE: Needed at least on FreeBSD so that fd_set is defined. */
27
/* NOTE: Needed at least on FreeBSD so that fd_set is defined. */
25
# include <sys/types.h>
28
# include <sys/types.h>
26
#endif
29
#endif
27
 
30
 
28
#ifdef  __cplusplus
31
#ifdef  __cplusplus