Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars » Rambles/SplitS/Source/unix_h
Rambles/SplitS/Source/unix_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/unix_h |
Read OK: | ✔ |
File size: | 0406 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
/********************************************************************************/ /* */ /* Config header file for unix 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 '/' /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */ #define SEPARATOR_SEARCH '/' /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */ #define COLON False
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 75 6e 69 78 20 73 79 73 74 65 6d 73 20 20 20 20 |unix 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 2f 2a 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 2f 0a 2f 2a |************/./*| 000002c0 20 50 6c 61 74 66 6f 72 6d 20 64 65 70 65 6e 64 | Platform depend| 000002d0 61 6e 74 20 64 65 66 69 6e 69 74 69 6f 6e 73 20 |ant definitions | 000002e0 2a 2f 0a 0a 0a 2f 2a 20 46 49 4c 45 5f 53 45 50 |*/.../* FILE_SEP| 000002f0 41 52 41 54 4f 52 20 2d 20 41 43 4f 52 4e 20 3d |ARATOR - ACORN =| 00000300 20 27 2e 27 2c 20 55 4e 49 58 20 3d 20 27 2f 27 | '.', UNIX = '/'| 00000310 2c 20 56 41 58 20 3d 20 27 5c 30 27 2c 20 50 43 |, VAX = '\0', PC| 00000320 20 3d 20 27 5c 5c 27 20 2a 2f 0a 0a 23 64 65 66 | = '\\' */..#def| 00000330 69 6e 65 20 46 49 4c 45 5f 53 45 50 41 52 41 54 |ine FILE_SEPARAT| 00000340 4f 52 20 27 2f 27 0a 0a 0a 2f 2a 20 53 45 50 41 |OR '/'.../* SEPA| 00000350 52 41 54 4f 52 5f 53 45 41 52 43 48 20 2d 20 41 |RATOR_SEARCH - A| 00000360 43 4f 52 4e 20 3d 20 27 2e 27 2c 20 55 4e 49 58 |CORN = '.', UNIX| 00000370 20 3d 20 27 2f 27 2c 20 56 41 58 20 3d 20 27 5d | = '/', VAX = ']| 00000380 27 2c 20 50 43 20 3d 20 27 5c 5c 27 20 2a 2f 0a |', PC = '\\' */.| 00000390 0a 23 64 65 66 69 6e 65 20 53 45 50 41 52 41 54 |.#define SEPARAT| 000003a0 4f 52 5f 53 45 41 52 43 48 20 27 2f 27 0a 0a 0a |OR_SEARCH '/'...| 000003b0 2f 2a 20 43 4f 4c 4f 4e 20 2d 20 41 43 4f 52 4e |/* COLON - ACORN| 000003c0 20 3d 20 46 61 6c 73 65 2c 20 55 4e 49 58 20 3d | = False, UNIX =| 000003d0 20 46 61 6c 73 65 2c 20 56 41 58 20 3d 20 54 72 | False, VAX = Tr| 000003e0 75 65 2c 20 50 43 20 3d 20 54 72 75 65 20 2a 2f |ue, PC = True */| 000003f0 0a 0a 23 64 65 66 69 6e 65 20 43 4f 4c 4f 4e 20 |..#define COLON | 00000400 46 61 6c 73 65 0a |False.| 00000406