Mercurial > hg > xemacs-beta
annotate src/m/is386.h @ 975:151d438d2d55
[xemacs-hg @ 2002-08-28 05:36:20 by youngs]
2002-08-16 Steve Youngs <youngs@xemacs.org>
* version.sh (xemacs_extra_name): New var to identify XEmacs
version > release < next release. ie, release+cvs.
* configure.in: Test for xemacs_extra_name.
* configure: Re-generate.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* build-report.el (build-report-installation-version-regexp):
Update to cater for 'xemacs-extra-name'.
(build-report-version-file-regexp): Ditto.
(build-report): Ditto.
(build-report-installation-data): Ditto.
(build-report-version-file-data): Ditto.
* version.el (emacs-version): Test for 'xemacs-extra-name'.
2002-08-16 Steve Youngs <youngs@xemacs.org>
* config.h.in (XEMACS_EXTRA_NAME): New.
* emacs.c (vars_of_emacs): Use it.
author | youngs |
---|---|
date | Wed, 28 Aug 2002 05:36:34 +0000 |
parents | 3ecd8885ac67 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 /* machine description file for Integrated Solutions 386 machine. */ | |
4 | |
5 #include "intel386.h" | |
6 | |
7 /* The following line tells the configuration script what sort of | |
8 operating system this machine is likely to run. | |
9 USUAL-OPSYS="note" | |
10 | |
11 NOTE-START | |
12 Intel 386 (-machine=intel386 or -machine=is386.h) | |
13 | |
14 The possibilities for -opsystem are: bsd4-2, usg5-2-2, usg5-3, | |
15 isc2-2, 386-ix, esix, or xenix. | |
16 | |
17 18.58 should support a wide variety of operating systems. | |
18 Use isc2-2 for Interactive 386/ix version 2.2. | |
19 Use 386ix for prior versions. | |
20 Use esix for Esix. It isn't clear what to do on an SCO system. | |
21 | |
22 -machine=is386 is used for an Integrated Solutions 386 machine. | |
23 It may also be correct for Microport systems. | |
24 NOTE-END */ | |
25 | |
26 #define LIBX10_MACHINE "-lnsl_s" | |
27 #define LIBX11_MACHINE "-lnsl_s" | |
28 | |
29 #define LIBS_DEBUG "-lg" |