Mercurial > emacs
annotate src/s/hiuxmpp.h @ 91224:3ce31df2ea58
(fontset_find_font): Don't prefer a font of
supplementary charset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Dec 2007 06:23:41 +0000 |
parents | f55f9811f5d7 |
children |
rev | line source |
---|---|
75961
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
1 /* System description file for HI-UX. |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
2 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
4 Free Software Foundation, Inc. |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
5 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
6 This file is part of GNU Emacs. |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
7 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
8 GNU Emacs is free software; you can redistribute it and/or modify |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
9 it under the terms of the GNU General Public License as published by |
78259
f06998349cfc
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75961
diff
changeset
|
10 the Free Software Foundation; either version 3, or (at your option) |
75961
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
11 any later version. |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
12 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
13 GNU Emacs is distributed in the hope that it will be useful, |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
14 but WITHOUT ANY WARRANTY; without even the implied warranty of |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
16 GNU General Public License for more details. |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
17 |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
18 You should have received a copy of the GNU General Public License |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
19 along with GNU Emacs; see the file COPYING. If not, write to |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
21 Boston, MA 02110-1301, USA. */ |
1b9752b309ec
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
22 |
16793 | 23 |
24 #define BSD 198911 /* system version (year & month) */ | |
25 #define DBL_DIG 15 /* same as the definition of <float.h> */ | |
26 #include "bsd4-3.h" | |
27 | |
28 /* Identify OSF1 for the m- files. */ | |
29 | |
30 #define OSF1 | |
31 | |
32 /* To avoid to include the non-existant header file <sys/vlimit.h>, | |
33 we define BSD4_2. | |
34 This definition does not mean that the OS is based on BSD 4.2. */ | |
35 #define BSD4_2 | |
36 | |
37 /* Define _BSD to tell the include files we're running under | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26090
diff
changeset
|
38 the BSD universe and not the SYSV universe. |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26090
diff
changeset
|
39 Define HITACHI and OSF for Xt's Boolean type as int intead of char. |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26090
diff
changeset
|
40 (But for these defines, /usr/include/X11/Intrinsic.h defines |
16793 | 41 Boolean as char, but libXt.a on HI-UX/MPP requires it as int.) */ |
42 | |
43 #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF | |
44 #define LIBS_SYSTEM -lbsd | |
45 | |
46 #define GETPGRP_NO_ARG | |
47 | |
48 #define SYSV_SYSTEM_DIR | |
49 | |
50 /* If your system uses COFF (Common Object File Format) then define the | |
51 preprocessor symbol "COFF". */ | |
52 | |
53 /* #define COFF */ | |
54 | |
55 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option | |
56 says where to find X windows at run time. We convert it to a -rpath option | |
57 which is what OSF1 uses. */ | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
26090
diff
changeset
|
58 #define LD_SWITCH_SYSTEM |
16793 | 59 |
60 #undef KERNEL_FILE | |
61 #define KERNEL_FILE "/mach_kernel" | |
62 | |
63 #undef LDAV_SYMBOL | |
64 #define LDAV_SYMBOL "avenrun" | |
65 | |
52401 | 66 /* arch-tag: c5422584-cd86-4e10-8089-9f604523dab7 |
67 (do not change this comment) */ |