Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars » Rambles/SplitS/Source/vax_h

Rambles/SplitS/Source/vax_h

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars
Filename: Rambles/SplitS/Source/vax_h
Read OK:
File size: 0407 bytes
Load address: 0000
Exec address: 0000
File contents
/********************************************************************************/
/*                                                                              */
/* Config header file for VAX/VMS systems                                       */
/* Part of Splitf and Joinf distribution                                        */
/* version 1.13, � 1993-1995 Adam Hamilton                                      */
/* See the README file for copyright information                                */
/*                                                                              */
/********************************************************************************/


/**********************************/
/* Platform dependant definitions */


/* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */

#define FILE_SEPARATOR '\0'


/* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */

#define SEPARATOR_SEARCH ']'


/* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */

#define COLON True
00000000  2f 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |/***************|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000050  2a 2f 0a 2f 2a 20 20 20  20 20 20 20 20 20 20 20  |*/./*           |
00000060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000a0  20 20 20 2a 2f 0a 2f 2a  20 43 6f 6e 66 69 67 20  |   */./* Config |
000000b0  68 65 61 64 65 72 20 66  69 6c 65 20 66 6f 72 20  |header file for |
000000c0  56 41 58 2f 56 4d 53 20  73 79 73 74 65 6d 73 20  |VAX/VMS systems |
000000d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000f0  20 20 20 20 20 20 2a 2f  0a 2f 2a 20 50 61 72 74  |      */./* Part|
00000100  20 6f 66 20 53 70 6c 69  74 66 20 61 6e 64 20 4a  | of Splitf and J|
00000110  6f 69 6e 66 20 64 69 73  74 72 69 62 75 74 69 6f  |oinf distributio|
00000120  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00000130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000140  20 20 20 20 20 20 20 20  20 2a 2f 0a 2f 2a 20 76  |         */./* v|
00000150  65 72 73 69 6f 6e 20 31  2e 31 33 2c 20 a9 20 31  |ersion 1.13, . 1|
00000160  39 39 33 2d 31 39 39 35  20 41 64 61 6d 20 48 61  |993-1995 Adam Ha|
00000170  6d 69 6c 74 6f 6e 20 20  20 20 20 20 20 20 20 20  |milton          |
00000180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000190  20 20 20 20 20 20 20 20  20 20 20 20 2a 2f 0a 2f  |            */./|
000001a0  2a 20 53 65 65 20 74 68  65 20 52 45 41 44 4d 45  |* See the README|
000001b0  20 66 69 6c 65 20 66 6f  72 20 63 6f 70 79 72 69  | file for copyri|
000001c0  67 68 74 20 69 6e 66 6f  72 6d 61 74 69 6f 6e 20  |ght information |
000001d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000001f0  2f 0a 2f 2a 20 20 20 20  20 20 20 20 20 20 20 20  |/./*            |
00000200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000240  20 20 2a 2f 0a 2f 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |  */./**********|
00000250  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000290  2a 2a 2a 2a 2a 2a 2f 0a  0a 0a 2f 2a 2a 2a 2a 2a  |******/.../*****|
000002a0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
000002b0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2f 0a 2f  |*************/./|
000002c0  2a 20 50 6c 61 74 66 6f  72 6d 20 64 65 70 65 6e  |* Platform depen|
000002d0  64 61 6e 74 20 64 65 66  69 6e 69 74 69 6f 6e 73  |dant definitions|
000002e0  20 2a 2f 0a 0a 0a 2f 2a  20 46 49 4c 45 5f 53 45  | */.../* FILE_SE|
000002f0  50 41 52 41 54 4f 52 20  2d 20 41 43 4f 52 4e 20  |PARATOR - ACORN |
00000300  3d 20 27 2e 27 2c 20 55  4e 49 58 20 3d 20 27 2f  |= '.', UNIX = '/|
00000310  27 2c 20 56 41 58 20 3d  20 27 5c 30 27 2c 20 50  |', VAX = '\0', P|
00000320  43 20 3d 20 27 5c 5c 27  20 2a 2f 0a 0a 23 64 65  |C = '\\' */..#de|
00000330  66 69 6e 65 20 46 49 4c  45 5f 53 45 50 41 52 41  |fine FILE_SEPARA|
00000340  54 4f 52 20 27 5c 30 27  0a 0a 0a 2f 2a 20 53 45  |TOR '\0'.../* SE|
00000350  50 41 52 41 54 4f 52 5f  53 45 41 52 43 48 20 2d  |PARATOR_SEARCH -|
00000360  20 41 43 4f 52 4e 20 3d  20 27 2e 27 2c 20 55 4e  | ACORN = '.', UN|
00000370  49 58 20 3d 20 27 2f 27  2c 20 56 41 58 20 3d 20  |IX = '/', VAX = |
00000380  27 5d 27 2c 20 50 43 20  3d 20 27 5c 5c 27 20 2a  |']', PC = '\\' *|
00000390  2f 0a 0a 23 64 65 66 69  6e 65 20 53 45 50 41 52  |/..#define SEPAR|
000003a0  41 54 4f 52 5f 53 45 41  52 43 48 20 27 5d 27 0a  |ATOR_SEARCH ']'.|
000003b0  0a 0a 2f 2a 20 43 4f 4c  4f 4e 20 2d 20 41 43 4f  |../* COLON - ACO|
000003c0  52 4e 20 3d 20 46 61 6c  73 65 2c 20 55 4e 49 58  |RN = False, UNIX|
000003d0  20 3d 20 46 61 6c 73 65  2c 20 56 41 58 20 3d 20  | = False, VAX = |
000003e0  54 72 75 65 2c 20 50 43  20 3d 20 54 72 75 65 20  |True, PC = True |
000003f0  2a 2f 0a 0a 23 64 65 66  69 6e 65 20 43 4f 4c 4f  |*/..#define COLO|
00000400  4e 20 54 72 75 65 0a                              |N True.|
00000407