The R Project SVN R

Rev

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

Rev 59039 Rev 60255
Line 15... Line 15...
15
 *  You should have received a copy of the GNU Lesser General Public License
15
 *  You should have received a copy of the GNU Lesser General Public License
16
 *  along with this program; if not, a copy is available at
16
 *  along with this program; if not, a copy is available at
17
 *  http://www.r-project.org/Licenses/
17
 *  http://www.r-project.org/Licenses/
18
 */
18
 */
19
 
19
 
-
 
20
/* 
-
 
21
   For use by alternative front-ends and packages which need to share
-
 
22
   the R event loop (on all platforms).
-
 
23
 
-
 
24
   Not part of the API and subject to change without notice.
-
 
25
 */
-
 
26
 
20
#ifndef R_EXT_EVENTLOOP_H
27
#ifndef R_EXT_EVENTLOOP_H
21
#define R_EXT_EVENTLOOP_H
28
#define R_EXT_EVENTLOOP_H
22
 
29
 
23
#ifndef NO_C_HEADERS
30
#ifndef NO_C_HEADERS
24
#ifdef HAVE_SYS_SELECT_H
31
#ifdef HAVE_SYS_SELECT_H