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 */
18 /* Do not change things below here yourself */
20 /* IO-related (bacio.c, banio.c) */
21 #define BAOPEN_RONLY 1
22 #define BAOPEN_WONLY 2
28 #define BAOPEN_WONLY_TRUNC 128
29 #define BAOPEN_WONLY_APPEND 256
36 # define BACIO bacio__
37 # define BANIO banio__