The R Project SVN R

Rev

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

Rev 71071 Rev 71073
Line 33... Line 33...
33
#ifndef NO_C_HEADERS
33
#ifndef NO_C_HEADERS
34
# ifdef HAVE_SYS_SELECT_H
34
# ifdef HAVE_SYS_SELECT_H
35
#  include <sys/select.h> /* for fd_set, select according to POSIX 2004 */
35
#  include <sys/select.h> /* for fd_set, select according to POSIX 2004 */
36
# endif
36
# endif
37
# ifdef HAVE_SYS_TIME_H
37
# ifdef HAVE_SYS_TIME_H
38
#  include <sys/time.h>	 /* according to earlier POSIX and perhaps HP-UX */
38
#  include <sys/time.h>	 /* ... according to earlier POSIX and perhaps HP-UX */
39
# endif
39
# endif
40
/* NOTE: At one time needed on FreeBSD so that fd_set is defined. */
40
/* NOTE: At one time needed on FreeBSD so that fd_set is defined. */
41
# include <sys/types.h>
41
# include <sys/types.h>
42
#endif
42
#endif
43
 
43