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 */
11 /* Declare the system type, supported options are: */
12 /* LINUX, SGI, HP, CRAY90, IBM4, IBM8, LINUXF90 */
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
26 #define BAOPEN_WONLY_TRUNC 128
27 #define BAOPEN_WONLY_APPEND 256