The R Project SVN R

Rev

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

Rev 32382 Rev 36498
Line 26... Line 26...
26
   K. A. Robbins and S. Robbins, Prentice Hall, 1996. */
26
   K. A. Robbins and S. Robbins, Prentice Hall, 1996. */
27
 
27
 
28
#ifdef HAVE_CONFIG_H
28
#ifdef HAVE_CONFIG_H
29
#include <config.h>
29
#include <config.h>
30
#endif
30
#endif
-
 
31
#ifdef HAVE_GLIBC2
-
 
32
# define _POSIX_SOURCE
-
 
33
#endif
31
 
34
 
32
#include <stdio.h>
35
#include <stdio.h>
33
#include <string.h>
36
#include <string.h>
34
#include <sys/types.h>
37
#include <sys/types.h>
35
#include <signal.h>
38
#include <signal.h>