The R Project SVN R

Rev

Rev 66101 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66101 Rev 71796
Line 18... Line 18...
18
 
18
 
19
/* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c,
19
/* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c,
20
   with R modifications for randomness and Win32.  
20
   with R modifications for randomness and Win32.  
21
 
21
 
22
   mkdtemp was required by POSIX 2008: we use this substitute on
22
   mkdtemp was required by POSIX 2008: we use this substitute on
23
   Windows and Solaris 10.
23
   Windows (and formerly on Solaris).
24
*/
24
*/
25
 
25
 
26
#ifdef HAVE_CONFIG_H
26
#ifdef HAVE_CONFIG_H
27
# include "config.h"
27
# include "config.h"
28
#endif
28
#endif