The R Project SVN R

Rev

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

Rev 68949 Rev 70013
Line 26... Line 26...
26
 
26
 
27
#ifndef R_EXT_EVENTLOOP_H
27
#ifndef R_EXT_EVENTLOOP_H
28
#define R_EXT_EVENTLOOP_H
28
#define R_EXT_EVENTLOOP_H
29
 
29
 
30
#ifndef NO_C_HEADERS
30
#ifndef NO_C_HEADERS
31
#ifdef HAVE_SYS_SELECT_H
31
# ifdef HAVE_SYS_SELECT_H
32
# include <sys/select.h>	/* for fd_set according to recent POSIX */
32
#  include <sys/select.h>	/* for fd_set according to recent POSIX */
33
#endif
33
# endif
34
/* NOTE: Needed at least on FreeBSD so that fd_set is defined. */
34
/* NOTE: Needed at least on FreeBSD so that fd_set is defined. */
35
# include <sys/types.h>
35
# include <sys/types.h>
36
#endif
36
#endif
37
 
37
 
38
#ifdef  __cplusplus
38
#ifdef  __cplusplus