ungrib build
[WPS.git] / ungrib / src / ngl / w3 / clib.h
blob4a43e21088c7865638083e6810b8d2f864979c74
1 /* Include file to define variables for Fortran to C interface(s) */
2 /* Robert Grumbine 16 March 1998 */
3 /* NOSEEK added 25 March 1998 */
4 /* CRAY compatibility added 20 April 1998 */
6 /* The following line should be either undef or define VERBOSE */
7 /* The latter gives noisy debugging output, while the former */
8 /* relies solely on the return codes */
9 #undef VERBOSE
11 /* Declare the system type, supported options are: */
12 /* LINUX, SGI, HP, CRAY90, IBM4, IBM8, LINUXF90 */
13 /* #define IBM4 */
14 #include <stdlib.h>
16 /* Do not change things below here yourself */
18 /* IO-related (bacio.c, banio.c) */
19 #define BAOPEN_RONLY 1
20 #define BAOPEN_WONLY 2
21 #define BAOPEN_RW 4
22 #define BACLOSE 8
23 #define BAREAD 16
24 #define BAWRITE 32
25 #define NOSEEK 64
26 #define BAOPEN_WONLY_TRUNC 128
27 #define BAOPEN_WONLY_APPEND 256