source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/lib/mct/mpi-serial/config.h.in

Last change on this file was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 2.3 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* User-set Fortran double size */
4#undef CONFIG_FORT_DOUBLE
5
6/* User-set Fortran real size */
7#undef CONFIG_FORT_REAL
8
9/* Define to dummy `main' function (if any) required to link to the Fortran
10   libraries. */
11#undef FC_DUMMY_MAIN
12
13/* Define if F77 and FC dummy `main' functions are identical. */
14#undef FC_DUMMY_MAIN_EQ_F77
15
16/* Define to a macro mangling the given C identifier (in lower and upper
17   case), which must not contain underscores, for linking with Fortran. */
18#undef FC_FUNC
19
20/* As FC_FUNC, but for C identifiers containing underscores. */
21#undef FC_FUNC_
22
23/* Define to 1 if you have the <inttypes.h> header file. */
24#undef HAVE_INTTYPES_H
25
26/* Define to 1 if you have the <stdint.h> header file. */
27#undef HAVE_STDINT_H
28
29/* Define to 1 if you have the <stdio.h> header file. */
30#undef HAVE_STDIO_H
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#undef HAVE_STDLIB_H
34
35/* Define to 1 if you have the <strings.h> header file. */
36#undef HAVE_STRINGS_H
37
38/* Define to 1 if you have the <string.h> header file. */
39#undef HAVE_STRING_H
40
41/* Define to 1 if you have the <sys/stat.h> header file. */
42#undef HAVE_SYS_STAT_H
43
44/* Define to 1 if you have the <sys/types.h> header file. */
45#undef HAVE_SYS_TYPES_H
46
47/* Define to 1 if you have the <unistd.h> header file. */
48#undef HAVE_UNISTD_H
49
50/* Print extra debug info */
51#undef INFO
52
53/* Define to the address where bug reports for this package should be sent. */
54#undef PACKAGE_BUGREPORT
55
56/* Define to the full name of this package. */
57#undef PACKAGE_NAME
58
59/* Define to the full name and version of this package. */
60#undef PACKAGE_STRING
61
62/* Define to the one symbol short name of this package. */
63#undef PACKAGE_TARNAME
64
65/* Define to the home page for this package. */
66#undef PACKAGE_URL
67
68/* Define to the version of this package. */
69#undef PACKAGE_VERSION
70
71/* The size of `long', as computed by sizeof. */
72#undef SIZEOF_LONG
73
74/* Define to 1 if all of the C90 standard headers exist (not just the ones
75   required in a freestanding environment). This macro is provided for
76   backward compatibility; new code need not use it. */
77#undef STDC_HEADERS
78
79/* Perform tests on data copies internally instead of using MPI_Send */
80#undef TEST_INTERNAL
81
82/* Perform type checking during communications */
83#undef TYPE_CHECKING
Note: See TracBrowser for help on using the repository browser.