The R Project SVN R

Rev

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

Rev 65805 Rev 71083
Line 21... Line 21...
21
   <features.h>, and once <features.h> has been included, it's too late.  */
21
   <features.h>, and once <features.h> has been included, it's too late.  */
22
#ifndef _GNU_SOURCE
22
#ifndef _GNU_SOURCE
23
# define _GNU_SOURCE	1
23
# define _GNU_SOURCE	1
24
#endif
24
#endif
25
 
25
 
-
 
26
/* R comment: not true for our config.h, which does define _GNU_SOURCE */
-
 
27
 
26
#ifdef HAVE_CONFIG_H
28
#ifdef HAVE_CONFIG_H
27
# include <config.h>
29
# include <config.h>
28
#endif
30
#endif
29
 
31
 
30
/* NL_LOCALE_NAME does not work in glibc-2.4.  Ignore it.  */
32
/* NL_LOCALE_NAME does not work in glibc-2.4.  Ignore it.  */