Mercurial > hg > xemacs-beta
annotate src/s/osf1.h @ 4388:1a14c304cb8e
Don't use PATH_MAX_EXTERNAL, non-Win32.
2008-01-08 Aidan Kehoe <kehoea@parhasard.net>
* text.h (MAX_XETCHAR_SIZE): Remove, eliminating a redefinition
warning on Win32.
* dumper.c (pdump_load):
Don't use PATH_MAX_EXTERNAL, instead allocate enough for the path
+ DUMP_SLACK (space for .dmp and version information), already
used on Win32 and #defined to be 100.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 09 Jan 2008 00:28:17 +0100 |
parents | 3ecd8885ac67 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 #include "bsd4-3.h" | |
4 | |
5 /* Identify OSF1 for the m- files. */ | |
6 | |
7 #define OSF1 | |
8 | |
9 /* Define _BSD to tell the include files we're running under | |
10 the BSD universe and not the SYSV universe. */ | |
11 | |
12 #define C_SWITCH_SYSTEM "-D_BSD" | |
13 #define LIBS_SYSTEM "-lbsd" | |
14 | |
15 #define INTERRUPTIBLE_OPEN | |
16 #define INTERRUPTIBLE_CLOSE | |
17 #define INTERRUPTIBLE_IO | |
18 | |
19 /* If your system uses COFF (Common Object File Format) then define the | |
20 preprocessor symbol "COFF". */ | |
21 | |
22 #define COFF |