The R Project SVN R

Rev

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

Rev 21006 Rev 24068
Line 20... Line 20...
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
/* NOTE:
23
/* NOTE:
24
   Needed at least on FreeBSD so that fd_set is defined.
24
   Needed at least on FreeBSD so that fd_set is defined.
25
   This will not work on Mac OS Classic (where we want <types.h>) which
-
 
26
   however currently does not use <R_ext/eventloop.h>.
-
 
27
*/
25
*/
28
#include <sys/types.h>
26
#include <sys/types.h>
29
 
27
 
30
#ifdef  __cplusplus
28
#ifdef  __cplusplus
31
extern "C" {
29
extern "C" {