Mercurial > hg > xemacs-beta
annotate src/s/osf1.h @ 3363:2a199f37e01f
[xemacs-hg @ 2006-04-26 21:22:22 by adrian]
Convert xemacs.dsp to DOS format, as suggested in
From: Robinows@aol.com
Subject: Re: XEmacs 21.5.24 Cannot load project file to VS .NET
To: tjw23@pitt.edu, xemacs-nt@xemacs.org, xemacs-beta@xemacs.org
Cc:
Date: Mon, 30 Jan 2006 22:46:46 EST
Resent-From: XEmacs Webmaster <xemacweb@gwyn.tux.org>
Message-ID: <1c3.39475920.311037a6@aol.com>
Check in xemacs.dsw updated by MS VS 6.0.
author | adrian |
---|---|
date | Wed, 26 Apr 2006 21:22:22 +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 |