The R Project SVN R

Rev

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

Rev 28024 Rev 28028
Line 9... Line 9...
9
#undef CRAY_STACKSEG_END
9
#undef CRAY_STACKSEG_END
10
 
10
 
11
/* Define to 1 if using `alloca.c'. */
11
/* Define to 1 if using `alloca.c'. */
12
#undef C_ALLOCA
12
#undef C_ALLOCA
13
 
13
 
14
/* Define to dummy `main' function (if any) required to link to the Fortran 77
14
/* Define to dummy `main' function (if any) required to link to the Fortran
15
   libraries. */
15
   libraries. */
16
#undef F77_DUMMY_MAIN
16
#undef F77_DUMMY_MAIN
17
 
17
 
18
/* Define to a macro mangling the given C identifier (in lower and upper
18
/* Define to a macro mangling the given C identifier (in lower and upper
19
   case), which must not contain underscores, for linking with Fortran. */
19
   case), which must not contain underscores, for linking with Fortran. */
20
#undef F77_FUNC
20
#undef F77_FUNC
21
 
21
 
22
/* As F77_FUNC, but for C identifiers containing underscores. */
22
/* As F77_FUNC, but for C identifiers containing underscores. */
23
#undef F77_FUNC_
23
#undef F77_FUNC_
24
 
24
 
-
 
25
/* Define if F77 and FC dummy `main' functions are identical. */
-
 
26
#undef FC_DUMMY_MAIN_EQ_F77
-
 
27
 
25
/* Define to 1 if you have the `access' function. */
28
/* Define to 1 if you have the `access' function. */
26
#undef HAVE_ACCESS
29
#undef HAVE_ACCESS
27
 
30
 
28
/* Define to 1 if you have the `acosh' function. */
31
/* Define to 1 if you have the `acosh' function. */
29
#undef HAVE_ACOSH
32
#undef HAVE_ACOSH
Line 468... Line 471...
468
#undef SOCKLEN_T
471
#undef SOCKLEN_T
469
 
472
 
470
/* If using the C implementation of alloca, define if you know the
473
/* If using the C implementation of alloca, define if you know the
471
   direction of stack growth for your system; otherwise it will be
474
   direction of stack growth for your system; otherwise it will be
472
   automatically deduced at run-time.
475
   automatically deduced at run-time.
473
        STACK_DIRECTION > 0 => grows toward higher addresses
476
	STACK_DIRECTION > 0 => grows toward higher addresses
474
        STACK_DIRECTION < 0 => grows toward lower addresses
477
	STACK_DIRECTION < 0 => grows toward lower addresses
475
        STACK_DIRECTION = 0 => direction of growth unknown */
478
	STACK_DIRECTION = 0 => direction of growth unknown */
476
#undef STACK_DIRECTION
479
#undef STACK_DIRECTION
477
 
480
 
478
/* Define to 1 if you have the ANSI C header files. */
481
/* Define to 1 if you have the ANSI C header files. */
479
#undef STDC_HEADERS
482
#undef STDC_HEADERS
480
 
483