Mercurial > hg > xemacs-beta
annotate src/s/osf1.h @ 1606:5d5a604cb3ed
[xemacs-hg @ 2003-08-06 09:11:39 by michaels]
2003-08-03 Mike Sperber <mike@xemacs.org>
* files.el (insert-directory): Massage somewhat to be slightly
closer to FSF version. Support "--dired" as argument for GNU ls,
and, if given, create extents with 'dired-file-name property set
to t, similar to what the FSF version does.
author | michaels |
---|---|
date | Wed, 06 Aug 2003 09:11:40 +0000 |
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 |