The R Project SVN R

Rev

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

Rev 36478 Rev 36498
Line 19... Line 19...
19
 */
19
 */
20
 
20
 
21
#ifndef DEFN_H_
21
#ifndef DEFN_H_
22
#define DEFN_H_
22
#define DEFN_H_
23
 
23
 
-
 
24
#if defined(HAVE_GLIBC2)
-
 
25
/* The first three are the default, according to features.h */
-
 
26
# define _SVID_SOURCE 1
-
 
27
# define _BSD_SOURCE 1
-
 
28
# define _POSIX_SOURCE 1
-
 
29
/* add latest POSIX 1003.1 and C99 support */
-
 
30
# define _POSIX_C_SOURCE 200112L
-
 
31
# define _ISOC99_SOURCE 1
-
 
32
#endif
-
 
33
 
-
 
34
 
24
#define COUNTING
35
#define COUNTING
25
 
36
 
26
#define BYTECODE
37
#define BYTECODE
27
#define NEW_CONDITION_HANDLING
38
#define NEW_CONDITION_HANDLING
28
 
39